ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext Class / IsDxgiFormatSupported Method

In This Topic
    IsDxgiFormatSupported Method
    In This Topic
    BOOL ID2D1DeviceContext::IsDxgiFormatSupported([In] DXGI_FORMAT format)
    Syntax
    'Declaration
     
    Public Function IsDxgiFormatSupported( _
       ByVal format As Format _
    ) As System.Boolean
    public System.bool IsDxgiFormatSupported( 
       Format format
    )

    Parameters

    format
    See Also