Creates a new C1Bitmap object initialized with the content of a JPG stream.

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

Syntax

C#
public static C1Bitmap Decode(
	Stream stream
)
Visual Basic
Public Shared Function Decode ( _
	stream As Stream _
) As C1Bitmap

Parameters

stream
Type: System.IO..::..Stream
Stream that contains the image encoded in JPG format.

Return Value

A new C1Bitmap that contains the image encoded in the stream.

See Also