LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Points Property






The curve points. .NET support
Syntax
public RasterCollection<LeadPoint> Points {get;}
'Declaration
 
Public ReadOnly Property Points As RasterCollection(Of LeadPoint)
'Usage
 
Dim instance As RasterCurve
Dim value As RasterCollection(Of LeadPoint)
 
value = instance.Points
public RasterCollection<LeadPoint> Points {get;}
 get_Points(); 
public:
property RasterCollection<LeadPoint>^ Points {
   RasterCollection<LeadPoint>^ get();
}

Property Value

A collection of LeadPoint objects that define the curve points.
Remarks
The number of points in the Points collection obey the following rules:
Example
For an example, refer to RasterCurve.
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

RasterCurve Class
RasterCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

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