[]
        
(Showing Draft Content)

C1.Util.DX.WIC.DdsDecoder

DdsDecoder Class

IWICDdsDecoder

Inheritance
DdsDecoder
Implements
Namespace: C1.Util.DX.WIC
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("409cd537-8532-40cb-9774-e2feb2df4e9c")]
public class DdsDecoder : ComObject, IDisposable, IUnknown

Constructors

Name Description
DdsDecoder(IntPtr)

Initializes a new instance of the DdsDecoder class.

Properties

Name Description
Parameters

GetParameters

Methods

Name Description
GetFrame(int, int, int)

HRESULT IWICDdsDecoder::GetFrame([In] unsigned int arrayIndex,[In] unsigned int mipLevel,[In] unsigned int sliceIndex,[Out] IWICBitmapFrameDecode** ppIBitmapFrame)

GetParameters(out DdsParameters)

HRESULT IWICDdsDecoder::GetParameters([Out] WICDdsParameters* pParameters)

Operators

Name Description
explicit operator DdsDecoder(IntPtr)

Performs an explicit conversion from IntPtr to DdsDecoder.