Method CreateImageHandlerFromSvg
CreateImageHandlerFromSvg(Stream, int, int, Color?)
Creates IImageHandler provider for svg image using the specified parameters.
public virtual IImageHandler CreateImageHandlerFromSvg(Stream stream, int width, int height, Color? color)
Parameters
streamStreamStream with svg data.
widthintImage width.
heightintImage height.
colorColorDefault color of the svg figures.
Returns
CreateImageHandlerFromSvg(string, int, int, Color?)
Creates IImageHandler provider for svg image using the specified parameters.
public virtual IImageHandler CreateImageHandlerFromSvg(string s, int width, int height, Color? color)
Parameters
sstringString with svg data.
widthintImage width.
heightintImage height.
colorColorDefault color of the svg figures.