Initializes a new C1Bitmap with the contents of an image stream.

Namespace:  C1.Phone.Imaging
Assembly:  C1.Phone.Imaging (in C1.Phone.Imaging.dll)

Syntax

C#
public C1Bitmap(
	Stream stream
)
Visual Basic
Public Sub New ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The Stream that contains the source graphics file for this C1Bitmap.

See Also