[]
Png bitmap encoder using BitmapDecoder initialized with default guid Png.
public class PngBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Initializes a new instance of the PngBitmapDecoder class.
public PngBitmapDecoder(IntPtr nativePtr)
nativePtr
IntPtrThe native PTR.
Initializes a new instance of the PngBitmapDecoder class.
public static PngBitmapDecoder Create(ImagingFactory factory)
factory
ImagingFactoryThe factory.
Initializes a new instance of the PngBitmapDecoder class.
public static PngBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)
factory
ImagingFactoryThe factory.
guidVendorRef
GuidThe GUID vendor ref.