Loads the image from a stream.

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

Syntax

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

Parameters

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

See Also