Description:

Draw a wireframe cone.

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

Description:

Draw a wireframe cone.

Syntax:
public void DrawCone(
Cone cone,
Color color
)
Parameters:
  • cone
  • Type: Cone
  • Cone to draw.
  • color
  • Type: System.Drawing.Color
  • Color to draw with.
Returns:
Type: void
Available since:
5.0

Nothing found