ImageGear .NET - Updated
Flip Method (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon 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 Overrides Sub Flip( _
   ByVal center As ImGearPoint, _
   ByVal flipMode As ImGearFlipModes _
) 
'Usage
 
Dim instance As ImGearARTPolygon
Dim center As ImGearPoint
Dim flipMode As ImGearFlipModes
 
instance.Flip(center, flipMode)
public override void Flip( 
   ImGearPoint center,
   ImGearFlipModes flipMode
)
public: void Flip( 
   ImGearPoint center,
   ImGearFlipModes flipMode
) override 
public:
void Flip( 
   ImGearPoint center,
   ImGearFlipModes flipMode
) override 

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

ImGearARTPolygon Class
ImGearARTPolygon Members
Flip Method