Table of Contents

Method AddFromUrl

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

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 string

The file or embedded resource url used to load the image.

Returns

bool

True on success; False on failure.