←Select platform

PointsArray Property

Summary

Sets or gets an array of LeadPoint arrays that holds the starting point/path for each segment.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[][] PointsArray { get; set; } 
Public Property PointsArray As 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>^>^ ); 
} 

Property Value

Array that represents the starting point or path for each segment in the image.

Remarks
  • Each array of LeadPoint structures should hold a point or path that represents the starting point/path for each segment.
  • If this array has not been set this command will throw an Invalid Parameters exception.

Example

Refer to the WatershedCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly