TBitmap.MirrorX

TBitmap = class (TObject)Interface de TBitmapExemples de TBitmap

Inverse le bitmap selon l'axe horizontal

Syntaxe

procedure MirrorX()

Remarques

Pour inverser selon l'axe vertical, voir MirrorY.

Exemples

 

bmp.MirrorX;

Classification

UBitmap TBitmap