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

Show in webframe

Points Property (CorrelationListCommand)








Gets or sets an array of LeadPoint objects to be updated with the starting points of the correlated areas.
Syntax
public LeadPoint[] Points {get; set;}
'Declaration
 
Public Property Points As LeadPoint()
'Usage
 
Dim instance As CorrelationListCommand
Dim value() As LeadPoint
 
instance.Points = value
 
value = instance.Points
public LeadPoint[] Points {get; set;}
@property (nonatomic, assign, nullable) LeadPoint *points
public LeadPoint[] getPoints()
public void setPoints(LeadPoint[] value)
            
 <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

Array of LeadPoint to be updated with the starting points of the correlated areas.
Example
Refer to CorrelationListCommand example.
Requirements

Target Platforms

See Also

Reference

CorrelationListCommand Class
CorrelationListCommand Members

Error processing SSI file