Table of Contents

Class WIC.BitmapDecoder

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll

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

ptr void*

Fields

IID

public static readonly Guid IID

Field Value

Guid

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

index uint

Returns

WIC.BitmapFrameDecode