Class WmpBitmapDecoder
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
ImagingFactoryThe factory.
WmpBitmapDecoder(ImagingFactory, Guid)
Initializes a new instance of the WmpBitmapDecoder class.
public WmpBitmapDecoder(ImagingFactory factory, Guid guidVendorRef)
Parameters
factory
ImagingFactoryThe factory.
guidVendorRef
GuidThe GUID vendor ref.
WmpBitmapDecoder(nint)
Initializes a new instance of the WmpBitmapDecoder class.
public WmpBitmapDecoder(nint nativePtr)
Parameters
nativePtr
nintThe native PTR.