ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapDecoder Class / GetFrame Method

In This Topic
    GetFrame Method (BitmapDecoder)
    In This Topic
    HRESULT IWICBitmapDecoder::GetFrame([In] unsigned int index,[Out] IWICBitmapFrameDecode** ppIBitmapFrame)
    Syntax
    'Declaration
     
    Public Function GetFrame( _
       ByVal index As System.Integer _
    ) As BitmapFrameDecode
    public BitmapFrameDecode GetFrame( 
       System.int index
    )

    Parameters

    index
    See Also