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
url
stringThe file or embedded resource url with Svg data used to load the image.
imageSize
SizeIImage size in pixels.
Remarks
url
can include assembly name. Example:
"embres:Alternet.UI.Resources.Svg.ImageName.svg?assembly=Alternet.UI"