←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly