Function DrawBuf.drawEllipseArcF

draw ellipse arc or filled ellipse arc

void drawEllipseArcF(
  float centerX,
  float centerY,
  float xRadius,
  float yRadius,
  float startAngle,
  float endAngle,
  float lineWidth,
  uint lineColor,
  uint fillColor = 4294967295u
);