LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AnnEditDesignerEventArgs Constructor (AnnEditDesignerEventArgs)






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)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnEditDesignerEventArgs Class
AnnEditDesignerEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.