Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Points Property








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

Error processing SSI file