ComponentOne Bitmap for WPF
C1.WPF.DX.4.6.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 Integer _
    ) As BitmapFrameDecode
    public BitmapFrameDecode GetFrame( 
       int index
    )

    Parameters

    index
    See Also