ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / ClearDepthStencilView Method

In This Topic
    ClearDepthStencilView Method
    In This Topic
    void ID3D11DeviceContext::ClearDepthStencilView([In] ID3D11DepthStencilView* pDepthStencilView,[In] D3D11_CLEAR_FLAG ClearFlags,[In] float Depth,[In] unsigned char Stencil)
    Syntax
    'Declaration
     
    Public Sub ClearDepthStencilView( _
       ByVal depthStencilViewRef As DepthStencilView, _
       ByVal clearFlags As DepthStencilClearFlags, _
       ByVal depth As Single, _
       ByVal stencil As Byte _
    ) 
    public void ClearDepthStencilView( 
       DepthStencilView depthStencilViewRef,
       DepthStencilClearFlags clearFlags,
       float depth,
       byte stencil
    )

    Parameters

    depthStencilViewRef
    clearFlags
    depth
    stencil
    See Also