PointCollection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PointCollection() | |
PointCollection(Point[]) |
PointCollection()
public:
PointCollection();
public PointCollection ();
Public Sub New ()
Aplica-se a
PointCollection(Point[])
public:
PointCollection(cli::array <Microsoft::Maui::Graphics::Point> ^ p);
public PointCollection (Microsoft.Maui.Graphics.Point[] p);
new Microsoft.Maui.Controls.PointCollection : Microsoft.Maui.Graphics.Point[] -> Microsoft.Maui.Controls.PointCollection
Public Sub New (p As Point())
Parâmetros
- p
- Point[]