LEADTOOLS (Leadtools assembly)

Points Property

Show in webframe







The curve points.
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

See Also

Reference

RasterCurve Class
RasterCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

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