CanvasItem.drawArc

Draws an arc between the given angles. The larger the value of point_count, the smoother the curve.

struct CanvasItem
@nogc nothrow
void
drawArc
(
in Vector2 center
,
in double radius
,
in double start_angle
,
in double end_angle
,
in long point_count
,
in Color color
,
in double width = 1
,
in bool antialiased = false
)

Meta