ImageGear .NET - Updated
MarkFlipped Event




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class : MarkFlipped Event
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