Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.WinForms Namespace > RasterViewerPointsEventArgs Class : Points Property |
public RasterCollection<Point> Points {get;}
'Declaration Public ReadOnly Property Points As RasterCollection(Of Point)
'Usage Dim instance As RasterViewerPointsEventArgs Dim value As RasterCollection(Of Point) value = instance.Points
public: property RasterCollection<Point>^ Points { RasterCollection<Point>^ get(); }