ImageGear .NET - Updated December 24, 2018
Flip Method (ImGearARTPage)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : Flip Method
The center point, around which to flip the page.
Flip direction.
Flips entire ART page around the center in vertical or horizontal direction.
Syntax
'Declaration
 
Public Sub Flip( _
   ByVal center As ImGearPoint, _
   ByVal flipMode As ImGearFlipModes _
) 
 
'Usage
 
Dim instance As ImGearARTPage
Dim center As ImGearPoint
Dim flipMode As ImGearFlipModes
 
instance.Flip(center, flipMode)

Parameters

center
The center point, around which to flip the page.
flipMode
Flip direction.
Remarks
Note: The center parameter must be provided in the same coordinate system, as the marks were created and added to the ART page (image or device).
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members