Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterCurve Class : Points Property |
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(); }