Method FromSvgString
FromSvgString(string, int, int, Color?)
Initializes a new instance of the ImageSet class from the specified string which contains svg data.
public static ImageSet FromSvgString(string s, int width, int height, Color? color = null)
Parameters
sstringString with svg data.
widthintImage width.
heightintImage height.
colorColorSvg fill color. Optional. If provided, svg fill color is changed to the specified value.