Initializes a new instance of AnnCursorEventArgs with the specified parameters.
AnnCursorEventArgs = function(id, type, thumbIndex, isRotateCenter, isRotateGripper, pointerEvent, dragDropEvent)
constructor(id: number, type: AnnDesignerType, thumbIndex: number, isRotateCenter: boolean, isRotateGripper: boolean, pointerEvent: AnnPointerEventArgs, dragDropEvent: AnnDragDropEventArgs);
id
The id of the current AnnAutomationObject.
type
The designer type
thumbIndex
0-based thumb index if the cursor is on a thumb. Or -1 if not.
isRotateCenter
true if the cursor is on the rotate center.
isRotateGripper
true if the cursor is on the rotate gripper.
pointerEvent
The original AnnPointerEventArgs that triggered this event, if any.
dragDropEvent
The original AnnDragDropEventArgs that triggered this event, if any.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET