Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / ClearDepthStencil Method

In This Topic
    ClearDepthStencil Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub ClearDepthStencil( _
       ByVal depthBuffer As Boolean, _
       ByVal stencilBuffer As Boolean, _
       Optional ByVal stencilClearValue As Byte _
    ) 
    public override void ClearDepthStencil( 
       bool depthBuffer,
       bool stencilBuffer,
       byte stencilClearValue
    )

    Parameters

    depthBuffer
    stencilBuffer
    stencilClearValue
    See Also