ImageGear22.Art Assembly > ImageGear.ART Namespace > ImGearARTTextFromFile Class : Flip Method |
'Declaration Public Overrides Sub Flip( _ ByVal center As ImGearPoint, _ ByVal flipMode As ImGearFlipModes _ )
'Usage Dim instance As ImGearARTTextFromFile 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
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).