DisplayPipelineDrawLight Method |
Draws a light.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.4
Syntax public void DrawLight(
Light light,
Color wireframeColor
)
Public Sub DrawLight (
light As Light,
wireframeColor As Color
)
Parameters
- light
- Type: Rhino.GeometryLight
The light to draw. - wireframeColor
- Type: System.DrawingColor
The wireframe color.
See Also