Size.

Size(double, double) Constructor

Summary

Initializes a new instance of the Size structure.
Namespace
Avalonia
Containing Type
Size

Syntax

public Size(double width, double height)

Parameters

Name Type Description
width double The width.
height double The height.

Return Value

Type Description
void