Class StreamExtensions
Inherited Members
Namespace: Mapsui.Rendering.Skia.Extensions
Assembly: Mapsui.Rendering.Skia.dll
Syntax
public static class StreamExtensions
Methods
| Edit this page View SourceLoadSvg(Stream)
Load Svg from String
Declaration
public static SKSvg LoadSvg(this Stream str)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | str | string |
Returns
| Type | Description |
|---|---|
| SKSvg | loaded svg image |