Description:

Draw a single circle object.

Syntax:
public Void DrawCircle(
Circle circle,
Color color,
Int32 thickness
)
Parameters:
  • circle
  • Type: Circle
  • Circle to draw.
  • color
  • Type: System.Drawing.Color
  • Color to draw with.
  • thickness
  • Type: System.Int32
  • Thickness (in pixels) of circle.
Returns:
Type: Void
Available since:
5.0

Description:

Draw a single circle object.

Syntax:
public Void DrawCircle(
Circle circle,
Color color
)
Parameters:
  • circle
  • Type: Circle
  • Circle to draw.
  • color
  • Type: System.Drawing.Color
  • Color to draw with.
Returns:
Type: Void
Available since:
5.0

Nothing found