RoundedRect.

RoundedRect(Rect, double, double, double, double) Constructor

Namespace
Avalonia
Containing Type
RoundedRect

Syntax

public RoundedRect(Rect rect, double radiusTopLeft, double radiusTopRight, double radiusBottomRight, double radiusBottomLeft)

Parameters

Name Type Description
rect Rect
radiusTopLeft double
radiusTopRight double
radiusBottomRight double
radiusBottomLeft double

Return Value

Type Description
void