DrawCircleSector method
void
DrawCircleSector()
Implementation
void DrawCircleSector(
Vector2C center,
double radius,
double startAngle,
double endAngle,
int segments,
ColorC color,
) {
return _DrawCircleSector(
center,
radius,
startAngle,
endAngle,
segments,
color,
);
}