ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / SwapChain1 Class / SetBackgroundColor Method

In This Topic
    SetBackgroundColor Method
    In This Topic
    HRESULT IDXGISwapChain1::SetBackgroundColor([In] const D3DCOLORVALUE* pColor)
    Syntax
    'Declaration
     
    Public Sub SetBackgroundColor( _
       ByVal colorRef As ColorF _
    ) 
    public void SetBackgroundColor( 
       ColorF colorRef
    )

    Parameters

    colorRef
    See Also