Table of Contents

Method InternalLoadFromStream

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

InternalLoadFromStream(Stream, BitmapType)

Loads image data from the specified stream.

protected virtual bool InternalLoadFromStream(Stream stream, BitmapType type = BitmapType.Any)

Parameters

stream Stream

The data stream used to load the image.

type BitmapType

One of the BitmapType values

Returns

bool