RectParse Method

Parses a Rect string.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Rect Parse(
	string s
)

Parameters

s  String
The string.

Return Value

Rect
The parsed Rect.

See Also