Class ByteExtensions
Inherited Members
Namespace: Mapsui.Rendering.Skia.Extensions
Assembly: Mapsui.Rendering.Skia.dll
Syntax
public static class ByteExtensions
Methods
| Edit this page View SourceLoadSvg(byte[])
Load Svg from byte array
Declaration
public static SKSvg LoadSvg(this byte[] bytes)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | bytes | svg data |
Returns
| Type | Description |
|---|---|
| SKSvg | loaded svg image |