Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

PointsArray Property








Sets or gets an array of LeadPoint arrays that holds the starting point/path for each segment.
Syntax
public LeadPoint[] PointsArray {get; set;}
'Declaration
 
Public Property PointsArray As LeadPoint()
'Usage
 
Dim instance As WatershedCommand
Dim value() As LeadPoint
 
instance.PointsArray = value
 
value = instance.PointsArray
public LeadPoint[] PointsArray {get; set;}
@property (nonatomic, strong) NSArray<NSArray<NSValue *> *> *pointsArray //LeadPoint
public ArrayList<ArrayList<LeadPoint>> getPointsArray()
public void setPointsArray(ArrayList<ArrayList<LeadPoint>> value
            
 <br/>get_PointsArray();<br/>set_PointsArray(value);<br/>Object.defineProperty('PointsArray'); 
public:
property array<LeadPoint>^ PointsArray {
   array<LeadPoint>^ get();
   void set (    array<LeadPoint>^ value);
}

Property Value

Array that represents the starting point or path for each segment in the image.
Remarks
Example
Refer to the WatershedCommand example.
Requirements

Target Platforms

See Also

Reference

WatershedCommand Class
WatershedCommand Members

Error processing SSI file