[]
Wmp bitmap encoder using BitmapDecoder initialized with default guid Wmp.
public class WmpBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Initializes a new instance of the WmpBitmapDecoder class.
public WmpBitmapDecoder(IntPtr nativePtr)
nativePtr
System.IntPtrThe native PTR.
Initializes a new instance of the WmpBitmapDecoder class.
public static WmpBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)
factory
ImagingFactoryThe factory.
guidVendorRef
System.GuidThe GUID vendor ref.
Initializes a new instance of the WmpBitmapDecoder class.
public static WmpBitmapDecoder Create(ImagingFactory factory)
factory
ImagingFactoryThe factory.