ComponentOne Bitmap for UWP
C1.UWP.DX 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