RectangleGeometry.

RectangleGeometry(Rect) Constructor

Summary

Initializes a new instance of the RectangleGeometry class.
Namespace
Avalonia.Media
Containing Type
RectangleGeometry

Syntax

public RectangleGeometry(Rect rect)

Parameters

Name Type Description
rect Rect The rectangle bounds.

Return Value

Type Description
void