ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1GifImage Class / SetSource Method
System.IO.Stream that contains the image.

In This Topic
    SetSource Method
    In This Topic
    Loads the image from a stream.
    Syntax
    'Declaration
     
    Public Sub SetSource( _
       ByVal stream As System.IO.Stream _
    ) 
    public void SetSource( 
       System.IO.Stream stream
    )

    Parameters

    stream
    System.IO.Stream that contains the image.
    See Also