ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / GifCodec Class / Decode(Stream) Method
System.IO.Stream that contains the image encoded in GIF format.

In This Topic
    Decode(Stream) Method
    In This Topic
    Creates a new C1Bitmap object initialized with the content of a GIF stream.
    Syntax
    'Declaration
     
    Public Shared Function Decode( _
       ByVal stream As System.IO.Stream _
    ) As C1Bitmap
    public static C1Bitmap Decode( 
       System.IO.Stream stream
    )

    Parameters

    stream
    System.IO.Stream that contains the image encoded in GIF format.

    Return Value

    A new C1Bitmap that contains the image encoded in the stream.
    See Also