C#
VB
Java
Objective-C
C++
Sets or gets an array of LeadPoint arrays that holds the starting point/path for each segment.
public LeadPoint[][] PointsArray { get; set; }
Public Property PointsArray As Leadtools.LeadPoint()()
@property (nonatomic, strong) NSArray<NSArray<NSValue *> *> *pointsArray //LeadPoint
public ArrayList<ArrayList<LeadPoint>> getPointsArray()
public void setPointsArray(ArrayList<ArrayList<LeadPoint>> value
public:
property array<array<LeadPoint>^>^ PointsArray {
array<array<LeadPoint>^>^ get();
void set (array<array<LeadPoint>^>^ );
}
Array that represents the starting point or path for each segment in the image.
Refer to the WatershedCommand example.
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