CustomDisplayAddCircle Method (Circle, Color) |
Adds a new, colored arc to the display list.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void AddCircle(
Circle circle,
Color color
)
Public Sub AddCircle (
circle As Circle,
color As Color
)
Parameters
- circle
- Type: Rhino.GeometryCircle
Circle to add. - color
- Type: System.DrawingColor
Color of circle.
See Also