[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.BmpBitmapDecoder

Class BmpBitmapDecoder

Namespace
GrapeCity.Documents.DX.WIC
Assembly
GcDocs.DX.Windows.dll

Bmp bitmap encoder using BitmapDecoder initialized with default guid Bmp.

public class BmpBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Inheritance
BmpBitmapDecoder
Implements
Inherited Members

Constructors

BmpBitmapDecoder(IntPtr)

Initializes a new instance of the BmpBitmapDecoder class.

public BmpBitmapDecoder(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native PTR.

Methods

Create(ImagingFactory)

Initializes a new instance of the BmpBitmapDecoder class.

public static BmpBitmapDecoder Create(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

Returns

BmpBitmapDecoder

Create(ImagingFactory, Guid)

Initializes a new instance of the BmpBitmapDecoder class.

public static BmpBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef Guid

The GUID vendor ref.

Returns

BmpBitmapDecoder