Bitmap Constructor (Stream)

Initializes a new instance of the Bitmap class from the specified data stream.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Bitmap(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The data stream used to load the image.

See Also

Reference