CanvasIO.drawCircleOutline

Draw the outline of a circle.

interface CanvasIO
final nothrow
void
drawCircleOutline

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