Table of Contents

Method FromStream

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

FromStream(Stream)

Creates an Image from the specified data stream.

public static Image FromStream(Stream stream)

Parameters

stream Stream

A Stream that contains the data for this Image.

Returns

Image

The Image this method creates.