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

In This Topic
    PostDrawOnDepthBuffer Method
    In This Topic
    Restores previous states at the end of the draw on depth buffer.
    Syntax
    'Declaration
     
    Protected Sub PostDrawOnDepthBuffer( _
       ByVal context As RenderContextBase _
    ) 
    protected void PostDrawOnDepthBuffer( 
       RenderContextBase context
    )

    Parameters

    context
    See Also