C1.Win.C1DX.4.8 Assembly / C1.Util.DX.WIC Namespace / DdsDecoder Class / GetFrame Method

In This Topic
GetFrame Method (DdsDecoder)
In This Topic
HRESULT IWICDdsDecoder::GetFrame([In] unsigned int arrayIndex,[In] unsigned int mipLevel,[In] unsigned int sliceIndex,[Out] IWICBitmapFrameDecode** ppIBitmapFrame)
Syntax
'Declaration
 
Public Function GetFrame( _
   ByVal arrayIndex As System.Integer, _
   ByVal mipLevel As System.Integer, _
   ByVal sliceIndex As System.Integer _
) As BitmapFrameDecode
 

Parameters

arrayIndex
mipLevel
sliceIndex
See Also