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