TcxCanvas.FlipHorizontally(TBitmap) Method
Flips a specified bitmap horizontally.
Declaration
procedure FlipHorizontally(ABitmap: TBitmap);
Parameters
Name | Type |
---|---|
ABitmap | TBitmap |
Remarks
Call this procedure and pass a TBitmap container to flip its content horizontally. This is useful if you need to draw RTL mode-dependent glyphs.
See Also