Method CreateImageHandlerFromSvg
CreateImageHandlerFromSvg(Stream, int, int, Color?)
Creates IImageHandler provider for svg image using the specified parameters.
IImageHandler CreateImageHandlerFromSvg(Stream stream, int width, int height, Color? color = null)
Parameters
stream
StreamStream with svg data.
width
intImage width.
height
intImage height.
color
ColorDefault color of the svg figures.
Returns
CreateImageHandlerFromSvg(string, int, int, Color?)
Creates IImageHandler provider for svg image using the specified parameters.
IImageHandler CreateImageHandlerFromSvg(string s, int width, int height, Color? color = null)
Parameters
s
stringString with svg data.
width
intImage width.
height
intImage height.
color
ColorDefault color of the svg figures.