Method AddFromUrl
AddFromUrl(string?)
Adds image from the specified resource url. See FromUrl(string, BitmapType) for the url format example.
public virtual bool AddFromUrl(string? url)
Parameters
url
stringThe file or embedded resource url used to load the image.
Returns
- bool
True on success; False on failure.