Method LoadSvg
LoadSvg(string, SizeI)
Loads normal and disabled image from the specified file or resource url. Loaded images assigned to ImageSet and DisabledImageSet properties.
public virtual void LoadSvg(string url, SizeI imageSize)
Parameters
urlstringThe file or embedded resource url with Svg data used to load the image.
imageSizeSizeIImage size in pixels.
Remarks
url can include assembly name. Example:
"embres:Alternet.UI.Resources.Svg.ImageName.svg?assembly=Alternet.UI"