function AnnCursorEventArgs( id , type , thumbIndex , isRotateCenter , isRotateGripper )
Parameter | Type | Description |
---|---|---|
id | int | The id of the current AnnAutomationObject. |
type | AnnDesignerType | The designer type |
thumbIndex | int | 0-based thumb index if the cursor is on a thumb. Or -1 if not. |
isRotateCenter | bool | true if the cursor is on the rotate center. |
isRotateGripper | bool | true if the cursor is on the rotate gripper. |