Size 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
Size(Vector2)
- Source:
- Size.cs
- Source:
- Size.cs
- Source:
- Size.cs
public:
Size(System::Numerics::Vector2 vector);
public Size(System.Numerics.Vector2 vector);
new Microsoft.Maui.Graphics.Size : System.Numerics.Vector2 -> Microsoft.Maui.Graphics.Size
Public Sub New (vector As Vector2)
Parameters
- vector
- Vector2
Applies to
Size(Double, Double)
- Source:
- Size.cs
- Source:
- Size.cs
- Source:
- Size.cs
public:
Size(double width, double height);
public Size(double width, double height);
new Microsoft.Maui.Graphics.Size : double * double -> Microsoft.Maui.Graphics.Size
Public Sub New (width As Double, height As Double)
Parameters
- width
- Double
- height
- Double