Point Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Point(Size) | |
Point(SizeF) | |
Point(Vector2) | |
Point(Double, Double) |
Point(Size)
public:
Point(Microsoft::Maui::Graphics::Size sz);
public Point (Microsoft.Maui.Graphics.Size sz);
new Microsoft.Maui.Graphics.Point : Microsoft.Maui.Graphics.Size -> Microsoft.Maui.Graphics.Point
Public Sub New (sz As Size)
Parametri
- sz
- Size
Si applica a
Point(SizeF)
public:
Point(Microsoft::Maui::Graphics::SizeF sz);
public Point (Microsoft.Maui.Graphics.SizeF sz);
new Microsoft.Maui.Graphics.Point : Microsoft.Maui.Graphics.SizeF -> Microsoft.Maui.Graphics.Point
Public Sub New (sz As SizeF)
Parametri
- sz
- SizeF
Si applica a
Point(Vector2)
public:
Point(System::Numerics::Vector2 v);
public Point (System.Numerics.Vector2 v);
new Microsoft.Maui.Graphics.Point : System.Numerics.Vector2 -> Microsoft.Maui.Graphics.Point
Public Sub New (v As Vector2)
Parametri
- v
- Vector2