ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1GifImage Class / C1GifImage Constructor / C1GifImage Constructor(Uri)
The URI source.

In This Topic
    C1GifImage Constructor(Uri)
    In This Topic
    Initializes a new instance of the C1GifImage class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal uriSource As System.Uri _
    )
    public C1GifImage( 
       System.Uri uriSource
    )

    Parameters

    uriSource
    The URI source.
    See Also