Creates a new instance of the AnnEditDesignerEventArgs class.
public static AnnEditDesignerEventArgs Create(
AnnObject obj,
AnnEditDesignerOperation operation,
int moveThumbIndex,
AnnDesignerOperationStatus operationStatus
)
Public Shared Function Create( _
ByVal obj As Leadtools.Annotations.Core.AnnObject, _
ByVal operation As Leadtools.Annotations.Core.AnnEditDesignerOperation, _
ByVal moveThumbIndex As Integer, _
ByVal operationStatus As Leadtools.Annotations.Core.AnnDesignerOperationStatus _
) As Leadtools.Annotations.Core.AnnEditDesignerEventArgs
public static Leadtools.Annotations.Core.AnnEditDesignerEventArgs Create(
Leadtools.Annotations.Core.AnnObject obj,
Leadtools.Annotations.Core.AnnEditDesignerOperation operation,
int moveThumbIndex,
Leadtools.Annotations.Core.AnnDesignerOperationStatus operationStatus
)
-(id)initWithObject:(LTAnnObject*)aObj
operation:(LTAnnEditDesignerOperation) aOperation
thumbIndex:(int)aIndex
operationStatus:(LTAnnDesignerOperationStatus) aOperationStatus;
public AnnEditDesignerEvent(
Object source,
AnnObject obj,
AnnEditDesignerOperation operation,
int moveThumbIndex,
AnnDesignerOperationStatus operationStatus
)
function Leadtools.Annotations.Core.AnnEditDesignerEventArgs.Create(
obj ,
operation ,
moveThumbIndex ,
operationStatus
)
public:
static AnnEditDesignerEventArgs^ Create(
AnnObject^ obj,
AnnEditDesignerOperation^ operation,
Int32 moveThumbIndex,
AnnDesignerOperationStatus^ operationStatus
)
obj
The AnnObject that is being edited.
operation
An AnnEditDesignerOperation enumeration which represents the current edit operation.
moveThumbIndex
Zero-based index of the thumb (control point) being moved.
operationStatus
An AnnDesignerOperationStatus enumeration which represents the status of the edit operation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET