←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
Java
Objective-C
C++
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>^>^ ); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly