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

In This Topic
    CompileBackground Method (RenderContextBase)
    In This Topic
    Compiles the background, used by the designer.
    Syntax
    'Declaration
     
    Public Sub CompileBackground( _
       ByVal backgroundSettings As BackgroundSettings, _
       ByVal height As Integer _
    ) 
    public void CompileBackground( 
       BackgroundSettings backgroundSettings,
       int height
    )

    Parameters

    backgroundSettings
    height
    See Also