BeforeRotate
EventBeforeRotate (Event)
This event occurs before some objects are rotated with a rotation center point and a rotation angle
Syntax:
Private Sub object_BeforeRotate(Sender As System.Object, e As BeforeRotateEventArgs)
The BeforeRotate event syntax has the following parts:
Argument |
Data Type |
Description |
Sender |
System.Object |
The object that raises the event |
e.lHandles() |
Integer |
The handles of the objects to be rotate |
e.RotAngle |
Single |
The rotation angle |
e.rx |
Single |
The coordinate x of the rotation center point |
e.ry |
Single |
The coordinate y of the rotation center point |
e.fCancel |
Boolean |
True when t.his event is canceled |