C#
VB
C++
Gets the number of control points required for this AnnEditDesigner.
public virtual int ControlPointCount { get; }
Public Overridable ReadOnly Property ControlPointCount As Integer
public:
virtual property int ControlPointCount {
int get();
}
An integer that represents the number of control points required for this AnnEditDesigner.
Use this value to determine how many AnnControlPoint objects to insert into the ControlPoints collection.
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