Click or drag to resize

DisplayPipelineDrawArc Method (Arc, Color)

Draw a single arc object.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawArc(
	Arc arc,
	Color color
)

Parameters

arc
Type: Rhino.GeometryArc
Arc to draw.
color
Type: System.DrawingColor
Color to draw with.
See Also