ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTImage Class : Rotate Method |
'Declaration Public Overrides Sub Rotate( _ ByVal center As ImGearPoint, _ ByVal rotationAngle As ImGearRotationValues _ )
'Usage Dim instance As ImGearARTImage Dim center As ImGearPoint Dim rotationAngle As ImGearRotationValues instance.Rotate(center, rotationAngle)
public override void Rotate( ImGearPoint center, ImGearRotationValues rotationAngle )
public: void Rotate( ImGearPoint center, ImGearRotationValues rotationAngle ) override
public: void Rotate( ImGearPoint center, ImGearRotationValues rotationAngle ) 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).