public static AnnEditDesignerEventArgs Create(
AnnObject obj,
AnnEditDesignerOperation operation,
int moveThumbIndex,
AnnDesignerOperationStatus operationStatus
)
Public Shared Function Create( _
ByVal obj As AnnObject, _
ByVal operation As AnnEditDesignerOperation, _
ByVal moveThumbIndex As Integer, _
ByVal operationStatus As AnnDesignerOperationStatus _
) As AnnEditDesignerEventArgs
-(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
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document