C#
VB
C++
The curve points.
public RasterCollection<LeadPoint> Points { get; }
Public ReadOnly Property Points As Leadtools.RasterCollection(Of LeadPoint)
public:
property Leadtools.RasterCollection<LeadPoint>^ Points {
Leadtools.RasterCollection<LeadPoint>^ get();
}
A collection of LeadPoint objects that define the curve points.
The number of points in the Points collection obey the following rules:
For an example, refer to RasterCurve.
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