Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / DrawViewportBackground Method
The drawing parameters

In This Topic
    DrawViewportBackground Method
    In This Topic
    Draws the viewport background and reflections.
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawViewportBackground( _
       ByVal data As ViewportLayout.DrawSceneParams _
    ) 
    protected virtual void DrawViewportBackground( 
       ViewportLayout.DrawSceneParams data
    )

    Parameters

    data
    The drawing parameters
    Remarks
    Override this to draw some custom graphics before the scene is drawn.
    See Also