ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMark Class / MarkRotated Event




In This Topic
    MarkRotated Event
    In This Topic
    Occurs when the mark is rotated.
    Syntax
    'Declaration
     
    Public Event MarkRotated As ImGearARTMarkRotateEventHandler
    'Usage
     
    Dim instance As ImGearARTMark
    Dim handler As ImGearARTMarkRotateEventHandler
     
    AddHandler instance.MarkRotated, handler
    public event ImGearARTMarkRotateEventHandler MarkRotated
    public: __event ImGearARTMarkRotateEventHandler* MarkRotated
    public:
    event ImGearARTMarkRotateEventHandler^ MarkRotated
    Event Data

    The event handler receives an argument of type ImGearARTMarkRotateEventArgs containing data related to this event. The following ImGearARTMarkRotateEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the center point, around which to rotate the mark.  
    Gets the rotation angle.  
    See Also