This documentation is for the old version. Go to the latest Graphics Mill docs

Bitmap.Deserialize Method

Deserializes the bitmap object.

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

Syntax

Visual Basic
Public Sub Deserialize ( _
	stream As Stream _
)
C#
public void Deserialize(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

Stream containing the serialization data.

See Also

Reference