Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / EndDraw Method

In This Topic
    EndDraw Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Sub EndDraw( _
       ByVal swapBuffer As Boolean _
    ) 
    public abstract void EndDraw( 
       bool swapBuffer
    )

    Parameters

    swapBuffer
    See Also