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