←Select platform

AnnCursorEventArgs Constructor

Summary

Initializes a new instance of AnnCursorEventArgs with the specified parameters.

Syntax

C#
VB
Java
WinRT C#
C++
Public Function New( _ 
   ByVal id As Integer, _ 
   ByVal type As Leadtools.Annotations.Automation.AnnDesignerType, _ 
   ByVal thumbIndex As Integer, _ 
   ByVal isRotateCenter As Boolean, _ 
   ByVal isRotateGripper As Boolean, _ 
   ByVal pointerEvent As Leadtools.Annotations.Core.AnnPointerEventArgs, _ 
   ByVal dragDropEvent As Leadtools.Annotations.Automation.AnnDragDropEventArgs _ 
) 
public AnnCursorEvent(Object source, int id, AnnDesignerType type, int thumbIndex, boolean isRotateCenter, boolean isRotateGripper, AnnPointerEvent pointerEvent, AnnDragDropEvent dragDropEvent) 
             
function AnnCursorEventArgs(  
   id , 
   type , 
   thumbIndex , 
   isRotateCenter , 
   isRotateGripper , 
   pointerEvent , 
   dragDropEvent  
) 

Parameters

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly