Gets the index of the thumb (control point) being moved.
public int MoveThumbIndex { get; }
Public ReadOnly Property MoveThumbIndex As Integer
public int MoveThumbIndex {get;}
@property (nonatomic,readonly) int moveControlPointIndex;
public int getMoveThumbIndex()
get_MoveThumbIndex();
public:
property Int32 MoveThumbIndex
{
Int32 get()
}
The index of the thumb (control point) being moved.
The zero-based index of the thumb (control point) being moved. A thumb is being moved when the Operation is set to AnnEditDesignerOperation.MoveThumb. For other operations, the MoveThumbIndex is set to -1.
For an example, refer to AnnAutomation.Edit
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