Class WIC.BitmapDecoder
Wraps IWICBitmapDecoder — a container for one or more image frames.
public class WIC.BitmapDecoder : COM.Unknown, IDisposable
- Inheritance
-
WIC.BitmapDecoder
- Implements
- Inherited Members
Constructors
BitmapDecoder(void*)
public BitmapDecoder(void* ptr)
Parameters
ptrvoid*
Fields
IID
public static readonly Guid IID
Field Value
Methods
GetFrame(uint)
Returns the decoded frame at the given index (0 for most formats). vtable [13] — GetFrame
public WIC.BitmapFrameDecode GetFrame(uint index = 0)
Parameters
indexuint