ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Single, _
       ByVal stencil As System.Byte _
    ) 
    public void ClearDepthStencilView( 
       DepthStencilView depthStencilViewRef,
       DepthStencilClearFlags clearFlags,
       System.float depth,
       System.byte stencil
    )

    Parameters

    depthStencilViewRef
    clearFlags
    depth
    stencil
    See Also