ImageEn, unit imageenproc |
|
TImageEnProc.Flip
Declaration
procedure Flip(dir: TFlipDir);
Description
Flip (mirror) the current image across the horizontal or vertical axis.
dir is the flip direction.
Note: This function is also available to the user in the
Image Processing dialogExamples
ImageEnView1.Proc.Flip( fdHorizontal );
ImageEnView1.Proc.Flip( fdVertical );
See Also
-
Global Image Methods