←Select platform

Points Property

Summary
Gets an array of LeadPoint structures that will be filled with the starting points for 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

An array of LeadPoint structures. This array will be filled with the starting points for the correlated areas.

Example

Refer to CorrelationCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.