RelativePointParse Method

Parses a RelativePoint string.

Definition

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

Parameters

s  String
The string.

Return Value

RelativePoint
The parsed RelativePoint.

See Also