←Select platform

Points Property

Summary

Gets an array of LeadPointstructures 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly