PointCollection 类

定义

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)
继承
PointCollection
属性

构造函数

PointCollection()
PointCollection(Point[])

运算符

Implicit(Point[] to PointCollection)

适用于