DrawRing abstract method

void DrawRing(
  1. Vector2D center,
  2. double innerRadius,
  3. double outerRadius,
  4. double startAngle,
  5. double endAngle,
  6. int segments,
  7. ColorD color,
)

Draw ring

Implementation

void DrawRing(
  Vector2D center,
  double innerRadius,
  double outerRadius,
  double startAngle,
  double endAngle,
  int segments,
  ColorD color,
);