Class SvgColorModifier
Inheritance
SvgColorModifier
Assembly: Mapsui.Rendering.Skia.dll
Syntax
public static class SvgColorModifier
Methods
|
Edit this page
View Source
GetAllElements(SvgElementCollection)
Declaration
public static List<SvgElement> GetAllElements(SvgElementCollection elements)
Parameters
| Type |
Name |
Description |
| SvgElementCollection |
elements |
|
Returns
| Type |
Description |
| List<SvgElement> |
|
|
Edit this page
View Source
GetModifiedSvg(byte[], Color?, Color?)
Declaration
public static MemoryStream GetModifiedSvg(byte[] bytes, Color? fillColor = null, Color? strokeColor = null)
Parameters
| Type |
Name |
Description |
| byte[] |
bytes |
|
| Color? |
fillColor |
|
| Color? |
strokeColor |
|
Returns