[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.WmpBitmapDecoder

Class WmpBitmapDecoder

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

Wmp bitmap encoder using BitmapDecoder initialized with default guid Wmp.

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

Constructors

WmpBitmapDecoder(IntPtr)

Initializes a new instance of the WmpBitmapDecoder class.

public WmpBitmapDecoder(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native PTR.

Methods

Create(ImagingFactory)

Initializes a new instance of the WmpBitmapDecoder class.

public static WmpBitmapDecoder Create(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

Returns

WmpBitmapDecoder

Create(ImagingFactory, Guid)

Initializes a new instance of the WmpBitmapDecoder class.

public static WmpBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef Guid

The GUID vendor ref.

Returns

WmpBitmapDecoder