ImageGear .NET
MarkRotated Event




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

Reference

ImGearARTMark Class
ImGearARTMark Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback