ComponentOne Bitmap for WPF
C1.WPF.DX.4.6.2 Assembly / C1.Util.DX.WIC Namespace / BitmapCodecInfo Class / GetPixelFormats Method

In This Topic
    GetPixelFormats Method (BitmapCodecInfo)
    In This Topic
    HRESULT IWICBitmapCodecInfo::GetPixelFormats([In] unsigned int cFormats,[In, Buffer] GUID* pguidPixelFormats,[Out] unsigned int* pcActual)
    Syntax
    'Declaration
     
    Public Function GetPixelFormats( _
       ByVal formats As Integer, _
       ByVal guidPixelFormatsRef() As Guid _
    ) As Integer
    public int GetPixelFormats( 
       int formats,
       Guid[] guidPixelFormatsRef
    )

    Parameters

    formats
    guidPixelFormatsRef
    See Also