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




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

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

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