Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / UserInterfaceSymbolBase Class / PreDrawOnDepthBuffer Method

In This Topic
    PreDrawOnDepthBuffer Method
    In This Topic
    Prepares to draw on the depth buffer.
    Syntax
    'Declaration
     
    Protected Sub PreDrawOnDepthBuffer( _
       ByVal context As RenderContextBase _
    ) 
    protected void PreDrawOnDepthBuffer( 
       RenderContextBase context
    )

    Parameters

    context
    See Also