Table of Contents

Method LoadBitmap

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v10.dll

LoadBitmap(Stream)

Load bitmap image from the specified stream.

public static BitmapImage LoadBitmap(Stream imageData)

Parameters

imageData Stream

The Stream source of the bitmap image.

Returns

BitmapImage

The System.Windows.Media.Imaging.BitmapImage contains loaded image.