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

In This Topic
    ReadBuffer Method (RenderContextBase)
    In This Topic
    Sets the framebuffer to read from (OpenGL only).
    Syntax
    'Declaration
     
    Public Overridable Sub ReadBuffer( _
       ByVal buffer As Integer _
    ) 
    public virtual void ReadBuffer( 
       int buffer
    )

    Parameters

    buffer
    See Also