Description:
Syntax:
public void DrawLine(
Line line,
DisplayPen pen
)
Returns:
Type: void
Available since:
8.0

Description:

Draws a single line object.

Syntax:
public void DrawLine(
Line line,
Color color,
int thickness
)
Parameters:
  • line
  • Type: Line
  • Line to draw.
  • color
  • Type: System.Drawing.Color
  • Color to draw line in.
  • thickness
  • Type: int
  • Thickness (in pixels) of line.
Returns:
Type: void
Available since:
5.0

Description:

Draws a single line object.

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

Description:

Draws a single line object.

Syntax:
public void DrawLine(
Point3d from,
Point3d to,
Color color,
int thickness
)
Parameters:
  • color
  • Type: System.Drawing.Color
  • Color to draw line in.
  • thickness
  • Type: int
  • Thickness (in pixels) of line.
Returns:
Type: void
Available since:
5.0

Description:

Draws a single line object.

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

Nothing found