Table of Contents

Class WmpBitmapDecoder

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Wmp bitmap encoder using BitmapDecoder initialized with default guid Wmp.

public class WmpBitmapDecoder : BitmapDecoder
Inheritance
WmpBitmapDecoder
Inherited Members

Constructors

WmpBitmapDecoder(ImagingFactory)

Initializes a new instance of the WmpBitmapDecoder class.

public WmpBitmapDecoder(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

WmpBitmapDecoder(ImagingFactory, Guid)

Initializes a new instance of the WmpBitmapDecoder class.

public WmpBitmapDecoder(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef Guid

The GUID vendor ref.

WmpBitmapDecoder(nint)

Initializes a new instance of the WmpBitmapDecoder class.

public WmpBitmapDecoder(nint nativePtr)

Parameters

nativePtr nint

The native PTR.