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(
	Uri uriSource
)
Visual Basic
Public Sub New ( _
	uriSource As Uri _
)

Parameters

uriSource
Type: System..::..Uri
The Uri that references the source graphics file for this C1Bitmap.

See Also