Description:

Draw a single arc object.

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

Description:

Draw a single arc object.

Syntax:
public void DrawArc(
Arc arc,
Color color
)
Parameters:
  • arc
  • Type: Arc
  • Arc to draw.
  • color
  • Type: System.Drawing.Color
  • Color to draw with.
Returns:
Type: void
Available since:
5.0

Nothing found