Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawCurrentBuffer Method

In This Topic
    DrawCurrentBuffer Method (RenderContextBase)
    In This Topic
    Ends the drawing of buffered entities, sending data to the graphics card.
    Syntax
    'Declaration
     
    Public Overridable Sub DrawCurrentBuffer() 
    public virtual void DrawCurrentBuffer()
    See Also