ComponentOne Bitmap for UWP
GetFrame Method (DdsDecoder)

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > DdsDecoder Class : GetFrame Method
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
public BitmapFrameDecode GetFrame( 
   System.int arrayIndex,
   System.int mipLevel,
   System.int sliceIndex
)

Parameters

arrayIndex
mipLevel
sliceIndex
See Also

Reference

DdsDecoder Class
DdsDecoder Members