Description:

Draws a single line with specified pattern.

Syntax:
public void DrawPatternedLine(
Line line,
Color color,
int pattern,
int thickness
)
Parameters:
  • line
  • Type: Line
  • Line to draw.
  • color
  • Type: System.Drawing.Color
  • Color of line.
  • pattern
  • Type: int
  • Pattern of the line (like 0x00001111 for dotted line).
  • thickness
  • Type: int
  • Thickness (in pixels) of lines.
Returns:
Type: void
Available since:
6.0

Description:

Draws a single line with specified pattern.

Syntax:
public void DrawPatternedLine(
Point3d from,
Point3d to,
Color color,
int pattern,
int thickness
)
Parameters:
  • color
  • Type: System.Drawing.Color
  • Color of line.
  • pattern
  • Type: int
  • Pattern of the line (like 0x00001111 for dotted line).
  • thickness
  • Type: int
  • Thickness (in pixels) of lines.
Returns:
Type: void
Available since:
6.0

DrawPatternedLine method

Class:  Rhino.Display.DisplayPipeline

Nothing found