Declaration
procedure Flip(Dir: TFlipDir);
Description
Flips (mirrors) the current image across the horizontal or vertical axis.
Note: For other image editing functions, you can use
ProcABitmap.Flip( fdHorizontal );
ABitmap.Flip( fdVertical );
See Also
◼Global Image Methods