Collection of AnnControlPoint objects for this AnnEditDesigner
public virtual RasterCollection<AnnControlPoint> ControlPoints { get; }
Public Overridable ReadOnly Property ControlPoints As Leadtools.RasterCollection(Of AnnControlPoint)
public:
virtual property Leadtools.RasterCollection<AnnControlPoint^>^ ControlPoints {
Leadtools.RasterCollection<AnnControlPoint^>^ get();
}
An RasterCollection<AnnControlPoint> that contains the AnnControlPoint objects for this AnnEditDesigner.
You should fill this collection with the control points needed for this particular AnnEditDesigner. You can query the ControlPointCount to find out the number of AnnControlPoint objects this AnnEditDesigner requires.
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