Eyeshot 9.0 WPF API Reference
DrawViewportBackground Method

WPF Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : DrawViewportBackground Method
The drawing parameters
Draws the viewport background with the planar reflections, if enabled.
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

Reference

ViewportLayout Class
ViewportLayout Members