Table of Contents

Class BmpBitmapDecoder

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

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 ImagingFactory

The factory.

BmpBitmapDecoder(ImagingFactory, Guid)

Initializes a new instance of the BmpBitmapDecoder class.

public BmpBitmapDecoder(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef Guid

The GUID vendor ref.

BmpBitmapDecoder(nint)

Initializes a new instance of the BmpBitmapDecoder class.

public BmpBitmapDecoder(nint nativePtr)

Parameters

nativePtr nint

The native PTR.