←Select platform

Points Property (CorrelationListCommand)

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 [Leadtools.LeadPoint[]](../l/leadpoint.html) Points {get; set;}
Public Property Points As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.html) Points {get; set;}
@property (nonatomic, assign, nullable) LeadPoint *points
public LeadPoint[] getPoints() 
public void setPoints(LeadPoint[] value) 
get_Points(); 
set_Points(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize