ImageGear .NET - Updated
Flip Method (ImGearARTMark)




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

Parameters

center
The center point, around which to flip the mark.
flipMode
Flip direction.
Remarks
The method is called when ART page is flipped.

Note: The center parameter must be provided in the same coordinate system, as the mark was created and added to the ART page (image or device).

See Also

Reference

ImGearARTMark Class
ImGearARTMark Members
Flip Method