←Select platform

AnnEditDesignerEventArgs Constructor

Summary

Initializes a new instance of the AnnEditDesignerEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal obj As Leadtools.Annotations.AnnObject, _ 
   ByVal operation As Leadtools.Annotations.AnnEditDesignerOperation, _ 
   ByVal moveControlPointIndex As Integer, _ 
   ByVal hittestObject As Object, _ 
   ByVal operationStatus As Leadtools.Annotations.AnnDesignerOperationStatus _ 
) 

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

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

Leadtools.Annotations Assembly