Initializes a new instance of the C1GifImage class.

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

Syntax

C#
public C1GifImage(
	Uri uriSource
)
Visual Basic
Public Sub New ( _
	uriSource As Uri _
)

Parameters

uriSource
Type: System..::..Uri
The URI source.

See Also