Freigeben über


PointCollection Klasse

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)
Vererbung
PointCollection
Attribute

Konstruktoren

PointCollection()
PointCollection(Point[])

Operatoren

Implicit(Point[] to PointCollection)

Gilt für: