'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.
Property | Description |
---|---|
Center | Gets the center point, around which to rotate the mark. |
FlipMode | Gets the rotation angle. |
See Also