ComponentOne Imaging for UWP
Decode(Stream) Method

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > PngCodec Class : Decode(Stream) Method
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

Reference

PngCodec Class
PngCodec Members