Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / PaintBackBuffer Method / PaintBackBuffer(Int32) Method

In This Topic
    PaintBackBuffer(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads MustOverride Sub PaintBackBuffer( _
       ByVal controlHeight As Integer _
    ) 
    public abstract void PaintBackBuffer( 
       int controlHeight
    )

    Parameters

    controlHeight
    See Also