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




In This Topic
    Rotate Method (ImGearARTPage)
    In This Topic
    Rotates entire ART page around the center.
    Syntax
    'Declaration
     
    Public Sub Rotate( _
       ByVal center As ImGearPoint, _
       ByVal rotationValue As ImGearRotationValues _
    ) 
    'Usage
     
    Dim instance As ImGearARTPage
    Dim center As ImGearPoint
    Dim rotationValue As ImGearRotationValues
     
    instance.Rotate(center, rotationValue)
    public void Rotate( 
       ImGearPoint center,
       ImGearRotationValues rotationValue
    )
    public: void Rotate( 
       ImGearPoint center,
       ImGearRotationValues rotationValue
    ) 
    public:
    void Rotate( 
       ImGearPoint center,
       ImGearRotationValues rotationValue
    ) 

    Parameters

    center
    The center point, around which to rotate the page.
    rotationValue
    Rotation angle.
    Remarks
    Note: The center parameter must be provided in the same coordinate system, as the marks were created and added to the ART page (image or device).
    See Also