←Select platform

Points Property

Summary

Gets or sets an array of LeadPoint objects to be updated with the starting points of the correlated areas.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[] Points { get; set; } 
Public Property Points As LeadPoint() 
@property (nonatomic, assign, nullable) LeadPoint *points 
public LeadPoint[] getPoints() 
public void setPoints(LeadPoint[] value) 
public: 
property array<LeadPoint>^ Points { 
   array<LeadPoint>^ get(); 
   void set (    array<LeadPoint>^ ); 
} 

Property Value

Array of LeadPoint to be updated with the starting points of the correlated areas.

Example

Refer to CorrelationListCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly