Creates a new C1Bitmap object initialized with the content of a PNG 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

Return Value

See Also