Description:

Draw a wireframe sphere.

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

Description:

Draw a wireframe sphere.

Syntax:
public void DrawSphere(
Sphere sphere,
Color color
)
Parameters:
  • sphere
  • Type: Sphere
  • Sphere to draw.
  • color
  • Type: System.Drawing.Color
  • Color to draw with.
Returns:
Type: void
Available since:
5.0

Nothing found