LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Points Property (CorrelationCommand)

Show in webframe







Gets an array of Leadtools.LeadPointstructures that will be filled with the starting points for the correlated areas.
Syntax
public LeadPoint[] Points {get; set;}
'Declaration
 
Public Property Points As LeadPoint()
'Usage
 
Dim instance As CorrelationCommand
Dim value() As LeadPoint
 
instance.Points = value
 
value = instance.Points
public LeadPoint[] Points {get; set;}
@property (nonatomic, assign) LeadPoint* points;
public LeadPoint[] getPoints()
public void setPoints(LeadPoint[] value)
            
 
get_Points();
set_Points(value);
Object.defineProperty('Points');
public:
property array<LeadPoint>^ Points {
   array<LeadPoint>^ get();
   void set (    array<LeadPoint>^ value);
}

Property Value

An array of Leadtools.LeadPoint structures. This array will be filled with the starting points for the correlated areas.
Example
Refer to CorrelationCommand.
Requirements

Target Platforms

See Also

Reference

CorrelationCommand Class
CorrelationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.