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