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