Click or drag to resize

DisplayPipelineDrawLight Method

Draws a light.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.4
Syntax
public void DrawLight(
	Light light,
	Color wireframeColor
)

Parameters

light
Type: Rhino.GeometryLight
The light to draw.
wireframeColor
Type: System.DrawingColor
The wireframe color.
See Also