Point Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Point(Size)
- Source:
- Point.cs
- Source:
- Point.cs
- Source:
- Point.cs
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)
Parameters
- sz
- Size
Applies to
Point(SizeF)
- Source:
- Point.cs
- Source:
- Point.cs
- Source:
- Point.cs
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)
Parameters
- sz
- SizeF
Applies to
Point(Vector2)
Point(Double, Double)
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.