C#
VB
C++
Gets the index of the current control point.
public virtual int ControlPointIndex { get; }
Public Overridable ReadOnly Property ControlPointIndex As Integer
public:
virtual property int ControlPointIndex {
int get();
}
An integer that represents the index of the current AnnControlPoint being edited. If no control point is being edited, the value of this property is -1.
For an example, refer to AnnDesigner.
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