Eyeshot 10 WinForms API Reference
SetLighting Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : SetLighting Method
Turns the lighting on or off
Enables the lighting.
Syntax
'Declaration
 
Public Function SetLighting( _
   ByVal enable As Boolean _
) As Boolean
public bool SetLighting( 
   bool enable
)

Parameters

enable
Turns the lighting on or off

Return Value

The previous value
See Also

Reference

RenderContextBase Class
RenderContextBase Members