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