PointCollection Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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)
- Warisan
-
PointCollection
- Atribut
Konstruktor
PointCollection() | |
PointCollection(Point[]) |
Operator
Implicit(Point[] to PointCollection) |