←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
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

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

Example

Refer to CorrelationListCommand example.

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