Eyeshot 10 WPF API Reference
ClearDepthStencil Method (D3DRenderContext)

WPF Assembly > devDept.Graphics Namespace > D3DRenderContext Class : ClearDepthStencil Method
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

Reference

D3DRenderContext Class
D3DRenderContext Members