Method LoadImage
LoadImage(int, Color?)
Creates new ImageSet and loads there this svg image with the specified size and color.
public ImageSet? LoadImage(int size, Color? color = null)
Parameters
Returns
LoadImage(SizeI, Color?)
Creates new ImageSet and loads there this svg image with the specified size and color.
public virtual ImageSet? LoadImage(SizeI size, Color? color = null)
Parameters
Returns
LoadImage()
Loads image if it was not yet loaded from the url or stream specified in the constructor.
public virtual void LoadImage()