Environment.DrawViewportBackground Method

Draws the viewport background and reflections.
Protected Overridable Sub DrawViewportBackground( _ 
ByVal data As DrawSceneParams
)
This language is not supported or no code example is available.
protected virtual void DrawViewportBackground( 
DrawSceneParams data 
)
This language is not supported or no code example is available.

Parameters

data
DrawSceneParams

The drawing parameters

Remarks
 
Override this to draw some custom graphics before the scene is drawn.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition