ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / FormatConverterInfo Class / GetPixelFormats Method

In This Topic
    GetPixelFormats Method (FormatConverterInfo)
    In This Topic
    HRESULT IWICFormatConverterInfo::GetPixelFormats([In] unsigned int cFormats,[In] void* pPixelFormatGUIDs,[Out] unsigned int* pcActual)
    Syntax
    'Declaration
     
    Public Function GetPixelFormats( _
       ByVal formats As Integer, _
       ByVal pixelFormatGUIDsRef As IntPtr _
    ) As Integer
    public int GetPixelFormats( 
       int formats,
       IntPtr pixelFormatGUIDsRef
    )

    Parameters

    formats
    pixelFormatGUIDsRef
    See Also