public AnnCursorEventArgs(
int id,
AnnDesignerType type,
int thumbIndex,
bool isRotateCenter,
bool isRotateGripper,
AnnPointerEventArgs pointerEvent,
AnnDragDropEventArgs dragDropEvent
)
Public Function New( _
ByVal id As Integer, _
ByVal type As AnnDesignerType, _
ByVal thumbIndex As Integer, _
ByVal isRotateCenter As Boolean, _
ByVal isRotateGripper As Boolean, _
ByVal pointerEvent As AnnPointerEventArgs, _
ByVal dragDropEvent As AnnDragDropEventArgs _
)
public AnnCursorEvent(Object source, int id, AnnDesignerType type, int thumbIndex, boolean isRotateCenter, boolean isRotateGripper, AnnPointerEvent pointerEvent, AnnDragDropEvent dragDropEvent)
public:
AnnCursorEventArgs( Int32 id, AnnDesignerType^ type, Int32 thumbIndex, bool isRotateCenter, bool isRotateGripper, AnnPointerEventArgs^ pointerEvent, AnnDragDropEventArgs^ dragDropEvent)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document