Point Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- sz
- Size
Gilt für:
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)
Parameter
- sz
- SizeF
Gilt für:
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)
Parameter
- v
- Vector2