RelativeRect.

RelativeRect(Point, Size, RelativeUnit) Constructor

Summary

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

Syntax

public RelativeRect(Point position, Size size, RelativeUnit unit)

Parameters

Name Type Description
position Point The position of the rectangle.
size Size The size of the rectangle.
unit RelativeUnit The unit of the rect.

Return Value

Type Description
void