C#
VB
C++
Gets or sets an array that contains the coordinate points of the contour for the region.
public LeadPoint[] Points { get; }
Public ReadOnly Property Points As Leadtools.LeadPoint()
public:
property Leadtools.array<LeadPoint>^ Points {
Leadtools.array<LeadPoint>^ get();
}
An array that that contains the coordinate points of the contour for the region. A memory buffer for this array is allocated by the command.
Refer to RegionContourPointsCommand.
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