Table of Contents

Method LoadFromStream

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

LoadFromStream(Stream)

Loads image from stream and adds it to the container.

public virtual bool LoadFromStream(Stream stream)

Parameters

stream Stream

Stream with image data.

Returns

bool

true if operation was successful, false otherwise.