CanvasIO.drawCircleOutlineImpl

Draw the outline of a circle.

interface CanvasIO
protected nothrow
void
drawCircleOutlineImpl

Parameters

center Vector2

Position of the circle's center.

radius float

Radius of the circle.

width float

Width of the outline.

color Color

Color for the outline.

Meta