←Select platform

Points Property

Summary
Gets or sets an array of object contour coordinate points.
Syntax
C#
VB
C++
public LeadPoint[] Points { get; set; } 
Public Property Points As LeadPoint() 
public: 
property array<LeadPoint>^ Points { 
   array<LeadPoint>^ get(); 
   void set (    array<LeadPoint>^ ); 
} 

Property Value

An array of object contour coordinate points.

Example

Refer to FeretsDiameterCommand()

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.