Summary
Creates a
Geometry
from a string.
- Namespace
- Avalonia
.Media - Containing Type
- Geometry
Syntax
public static Geometry Parse(string s)
Parameters
Name | Type | Description |
---|---|---|
s | string | The string. |
Return Value
Type | Description |
---|---|
Geometry | A StreamGeometry . |