[]
IWICDdsDecoder
[Guid("409cd537-8532-40cb-9774-e2feb2df4e9c")]
public class DdsDecoder : ComObject, IDisposable, IUnknown
Name | Description |
---|---|
DdsDecoder(IntPtr) | Initializes a new instance of the DdsDecoder class. |
Name | Description |
---|---|
Parameters | GetParameters |
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) |
Name | Description |
---|---|
explicit operator DdsDecoder(IntPtr) | Performs an explicit conversion from IntPtr to DdsDecoder. |