Description:
Syntax:
public void DrawCurve(
Curve curve,
DisplayPen pen
)
Returns:
Type: void
Available since:
8.0

Description:

Draw a single Curve object.

Syntax:
public void DrawCurve(
Curve curve,
Color color,
int thickness
)
Parameters:
  • curve
  • Type: Curve
  • Curve to draw.
  • color
  • Type: System.Drawing.Color
  • Color to draw with.
  • thickness
  • Type: int
  • Thickness (in pixels) of curve.
Returns:
Type: void
Available since:
5.0

Description:

Draw a single Curve object.

Syntax:
public void DrawCurve(
Curve curve,
Color color
)
Parameters:
  • curve
  • Type: Curve
  • Curve to draw.
  • color
  • Type: System.Drawing.Color
  • Color to draw with.
Returns:
Type: void
Available since:
5.0

Nothing found