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



obj
The AnnObject currently being edited.
operation
An AnnEditDesignerOperation value that represents the current edit operation.
moveControlPointIndex
The index of the AnnControlPoint being edited if operation is AnnEditDesignerOperation.MoveControlPoint.
hittestObject
The hit test object returned from the AnnObject.HitTest method.
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 AnnObject, _
   ByVal operation As AnnEditDesignerOperation, _
   ByVal moveControlPointIndex As Integer, _
   ByVal hittestObject As Object, _
   ByVal operationStatus As AnnDesignerOperationStatus _
)
Visual Basic (Usage)Copy Code
Dim obj As AnnObject
Dim operation As AnnEditDesignerOperation
Dim moveControlPointIndex As Integer
Dim hittestObject As Object
Dim operationStatus As AnnDesignerOperationStatus
 
Dim instance As AnnEditDesignerEventArgs(obj, operation, moveControlPointIndex, hittestObject, operationStatus)
C++/CLI 
public:
AnnEditDesignerEventArgs( 
   AnnObject^ obj,
   AnnEditDesignerOperation operation,
   int moveControlPointIndex,
   Object^ hittestObject,
   AnnDesignerOperationStatus operationStatus
)

Parameters

obj
The AnnObject currently being edited.
operation
An AnnEditDesignerOperation value that represents the current edit operation.
moveControlPointIndex
The index of the AnnControlPoint being edited if operation is AnnEditDesignerOperation.MoveControlPoint.
hittestObject
The hit test object returned from the AnnObject.HitTest method.
operationStatus
An AnnDesignerOperationStatus value that represents the current status of the editing operation.

Example

For an example, refer to AnnDesigner.

Requirements

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

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features