ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTText Class / Rotate Method
The center point, around which to rotate the mark.
Rotation angle.




In This Topic
    Rotate Method (ImGearARTText)
    In This Topic
    Rotates the mark around the center.
    Syntax
    'Declaration
     
    Public Overrides Sub Rotate( _
       ByVal center As ImGearPoint, _
       ByVal rotationAngle As ImGearRotationValues _
    ) 
    'Usage
     
    Dim instance As ImGearARTText
    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 

    Parameters

    center
    The center point, around which to rotate the mark.
    rotationAngle
    Rotation angle.
    Remarks
    The method is called when the ART page is rotated.

    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