LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Points Property (CorrelationCommand)






Gets an array of Leadtools.LeadPointstructures that will be filled with the starting points for the correlated areas. .NET support WinRT support Silverlight support
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;}
 get_Points();
set_Points(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CorrelationCommand Class
CorrelationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.