Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AnnEditDesignerEventArgs Constructor
See Also 
Leadtools.Windows.Annotations Namespace > AnnEditDesignerEventArgs Class : AnnEditDesignerEventArgs Constructor



obj
The AnnObjectBase currently being edited.
operation
An AnnEditDesignerOperation value that represents the current edit operation.
moveControlPointIndex
The index of the Thumb being edited if operation is AnnEditDesignerOperation.MoveControlPoint.
operationStatus
An AnnDesignerOperationStatus value that represents the current status of the editing operation.
Initializes a new instance of the AnnEditDesignerEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal obj As AnnObjectBase, _
   ByVal operation As AnnEditDesignerOperation, _
   ByVal moveControlPointIndex As Integer, _
   ByVal operationStatus As AnnDesignerOperationStatus _
)
Visual Basic (Usage)Copy Code
Dim obj As AnnObjectBase
Dim operation As AnnEditDesignerOperation
Dim moveControlPointIndex As Integer
Dim operationStatus As AnnDesignerOperationStatus
 
Dim instance As AnnEditDesignerEventArgs(obj, operation, moveControlPointIndex, operationStatus)
C++/CLI 
public:
AnnEditDesignerEventArgs( 
   AnnObjectBase^ obj,
   AnnEditDesignerOperation operation,
   int moveControlPointIndex,
   AnnDesignerOperationStatus operationStatus
)

Parameters

obj
The AnnObjectBase currently being edited.
operation
An AnnEditDesignerOperation value that represents the current edit operation.
moveControlPointIndex
The index of the Thumb being edited if operation is AnnEditDesignerOperation.MoveControlPoint.
operationStatus
An AnnDesignerOperationStatus value that represents the current status of the editing operation.

Example

For C#/VB examples, refer to AnnDesigner.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

AnnEditDesignerEventArgs Constructor requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.