ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / PngCodec Class / Decode(Stream) Method

In This Topic
    Decode(Stream) Method
    In This Topic
    Creates a new C1Bitmap object initialized with the content of a PNG 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
    See Also