ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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
    public BitmapFrameDecode GetFrame( 
       System.int arrayIndex,
       System.int mipLevel,
       System.int sliceIndex
    )

    Parameters

    arrayIndex
    mipLevel
    sliceIndex
    See Also