Summary
Parses a
RelativePoint
string.
- Namespace
- Avalonia
- Containing Type
- RelativePoint
Syntax
public static RelativePoint Parse(string s)
Parameters
Name | Type | Description |
---|---|---|
s | string | The string. |
Return Value
Type | Description |
---|---|
RelativePoint | The parsed RelativePoint . |