Rect.

Rect(Size) Constructor

Summary

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

Syntax

public Rect(Size size)

Parameters

Name Type Description
size Size The size of the rectangle.

Return Value

Type Description
void