←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
Java
Objective-C
WinRT C#
C++
public LeadPoint[] Points { get; set; } 
Public Property Points As Leadtools.LeadPoint() 
public [Leadtools.LeadPoint[]](../l/leadpoint.md) 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');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly