ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMark Class / OnMarkRotated Method
The center point, around which the mark rotated.
Rotation angle.




In This Topic
    OnMarkRotated Method
    In This Topic
    Occurs when the mark is rotated.
    Syntax
    'Declaration
     
    Protected Sub OnMarkRotated( _
       ByVal center As ImGearPoint, _
       ByVal rotationAngle As ImGearRotationValues _
    ) 
    'Usage
     
    Dim instance As ImGearARTMark
    Dim center As ImGearPoint
    Dim rotationAngle As ImGearRotationValues
     
    instance.OnMarkRotated(center, rotationAngle)
    protected void OnMarkRotated( 
       ImGearPoint center,
       ImGearRotationValues rotationAngle
    )
    protected: void OnMarkRotated( 
       ImGearPoint center,
       ImGearRotationValues rotationAngle
    ) 
    protected:
    void OnMarkRotated( 
       ImGearPoint center,
       ImGearRotationValues rotationAngle
    ) 

    Parameters

    center
    The center point, around which the mark rotated.
    rotationAngle
    Rotation angle.
    See Also