Rect.

Rect(double, double, double, double) Constructor

Summary

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

Syntax

public Rect(double x, double y, double width, double height)

Parameters

Name Type Description
x double The X position.
y double The Y position.
width double The width.
height double The height.

Return Value

Type Description
void