LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnEditDesignerEventArgs Constructor (AnnEditDesignerEventArgs)

Show in webframe





The AnnObject currently being edited.
An AnnEditDesignerOperation value that represents the current edit operation.
The index of the AnnControlPoint being edited if operation is AnnEditDesignerOperation.MoveControlPoint.
The hit test object returned from the AnnObject.HitTest method.
An AnnDesignerOperationStatus value that represents the current status of the editing operation.
Initializes a new instance of the AnnEditDesignerEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As AnnObject, _
   ByVal operation As AnnEditDesignerOperation, _
   ByVal moveControlPointIndex As Integer, _
   ByVal hittestObject As Object, _
   ByVal operationStatus As AnnDesignerOperationStatus _
)
'Usage
 
Dim obj As AnnObject
Dim operation As AnnEditDesignerOperation
Dim moveControlPointIndex As Integer
Dim hittestObject As Object
Dim operationStatus As AnnDesignerOperationStatus
 
Dim instance As New AnnEditDesignerEventArgs(obj, operation, moveControlPointIndex, hittestObject, 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

See Also

Reference

AnnEditDesignerEventArgs Class
AnnEditDesignerEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.