←Select platform

Points Property (CorrelationCommand)

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

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

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