Share

AdaptiveImage.Bitmap(Stream) Method

Description

Creates a new System.Drawing.Bitmap from the provided stream.

Visual Basic

Public static Function Bitmap(
    stream As Stream
) As System.Drawing.Bitmap

C#

public static System.Drawing.Bitmap Bitmap(
    Stream stream
);

Parameters

Parameters Description
Stream stream The data stream used to load the image.

Returns

The created System.Drawing.Bitmap.

Links

AdaptiveImage Class, Autodesk.Windows.Forms Namespace

Was this information helpful?