Class PngBitmapDecoder
Png bitmap encoder using BitmapDecoder initialized with default guid Png.
public class PngBitmapDecoder : BitmapDecoder
- Inheritance
-
PngBitmapDecoder
- Inherited Members
Constructors
PngBitmapDecoder(ImagingFactory)
Initializes a new instance of the PngBitmapDecoder class.
public PngBitmapDecoder(ImagingFactory factory)
Parameters
factory
ImagingFactoryThe factory.
PngBitmapDecoder(ImagingFactory, Guid)
Initializes a new instance of the PngBitmapDecoder class.
public PngBitmapDecoder(ImagingFactory factory, Guid guidVendorRef)
Parameters
factory
ImagingFactoryThe factory.
guidVendorRef
GuidThe GUID vendor ref.
PngBitmapDecoder(nint)
Initializes a new instance of the PngBitmapDecoder class.
public PngBitmapDecoder(nint nativePtr)
Parameters
nativePtr
nintThe native PTR.