PointCollection Class

Definition

public ref class PointCollection sealed : System::Collections::ObjectModel::ObservableCollection<Microsoft::Maui::Graphics::Point>
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.Shapes.PointCollectionConverter))]
public sealed class PointCollection : System.Collections.ObjectModel.ObservableCollection<Microsoft.Maui.Graphics.Point>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.Shapes.PointCollectionConverter))>]
type PointCollection = class
    inherit ObservableCollection<Point>
Public NotInheritable Class PointCollection
Inherits ObservableCollection(Of Point)
Inheritance
PointCollection
Attributes

Constructors

PointCollection()
PointCollection(Point[])

Operators

Implicit(Point[] to PointCollection)

Applies to