ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer, _
       ByVal pixelFormatGUIDsRef As System.IntPtr _
    ) As System.Integer
    public System.int GetPixelFormats( 
       System.int formats,
       System.IntPtr pixelFormatGUIDsRef
    )

    Parameters

    formats
    pixelFormatGUIDsRef
    See Also