function AnnCursorEventArgs( id , type , thumbIndex , isRotateCenter , isRotateGripper , pointerEvent , dragDropEvent )
| 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. |
| pointerEvent | AnnPointerEventArgs | The original AnnPointerEventArgs that triggered this event, if any. |
| dragDropEvent | AnnDragDropEventArgs | The original AnnDragDropEventArgs that triggered this event, if any. |