Description:

Draws a single dotted line.

Syntax:
public void DrawDottedLine(
Line line,
Color color
)
Parameters:
  • line
  • Type: Line
  • Line to draw.
  • color
  • Type: System.Drawing.Color
  • Color of line.
Returns:
Type: void
Available since:
5.0

Description:

Draws a single dotted line.

Syntax:
public void DrawDottedLine(
Point3d from,
Point3d to,
Color color
)
Parameters:
  • color
  • Type: System.Drawing.Color
  • Color of line.
Returns:
Type: void
Available since:
5.0

DrawDottedLine method

Class:  Rhino.Display.DisplayPipeline

Nothing found