Assigns a new image Stream to the C1Bitmap.

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

Syntax

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

Parameters

stream
Type: System.IO..::..Stream
Stream that contains the image.

See Also