C#
VB
Java
Objective-C
WinRT C#
C++
Begins editing.
protected virtual bool StartWorking(
AnnEditDesignerOperation operation,
int thumbIndex
)
Protected Overridable Function StartWorking( _
ByVal operation As Leadtools.Annotations.Core.AnnEditDesignerOperation, _
ByVal thumbIndex As Integer _
) As Boolean
protected virtual bool StartWorking(
Leadtools.Annotations.Core.AnnEditDesignerOperation operation,
int thumbIndex
)
- (BOOL)startWorking:(LTAnnEditDesignerOperation)operation thumbIndex:(NSUInteger)thumbIndex clip:(BOOL)clipCursor
protected boolean startWorking(
AnnEditDesignerOperation operation,
int thumbIndex
)
function Leadtools.Annotations.Designers.AnnEditDesigner.StartWorking(
operation ,
thumbIndex
)
protected:
virtual bool StartWorking(
AnnEditDesignerOperation^ operation,
Int32 thumbIndex
)
operation
The current operation.
thumbIndex
The Index of the object being moved (or -1 if no thumb is being moved).
Derived classes should call this method after beginning the editing of an object.
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations
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