ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class : Flip Method |
'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 )
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).