Size(Double, Double) Constructor
Initializes a new instance of the Size structure.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Size(
double width,
double height
)
Public Sub New (
width As Double,
height As Double
)
new :
width : float *
height : float -> Size