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

Show in webframe

Points Property (FeretsDiameterCommand)








Gets or sets an array of object contour coordinate points.
Syntax
public LeadPoint[] Points {get; set;}
'Declaration
 
Public Property Points As LeadPoint()
'Usage
 
Dim instance As FeretsDiameterCommand
Dim value() As LeadPoint
 
instance.Points = value
 
value = instance.Points
public LeadPoint[] Points {get; set;}
 <br/>get_Points();<br/>set_Points(value);<br/>Object.defineProperty('Points'); 
public:
property array<LeadPoint>^ Points {
   array<LeadPoint>^ get();
   void set (    array<LeadPoint>^ value);
}

Property Value

An array of object contour coordinate points.
Example
Refer to FeretsDiameterCommand()
Requirements

Target Platforms

See Also

Reference

FeretsDiameterCommand Class
FeretsDiameterCommand Members

Error processing SSI file