Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > CorrelationListCommand Class : Points Property |
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); }