CanvasIO.drawTriangleOutline

Draw an outline of a triangle.

interface CanvasIO
final nothrow
void
drawTriangleOutline

Parameters

a Vector2

First of the three points to connect.

b Vector2

Second of the three points to connect.

c Vector2

Third of the three points to connect.

width float

Width of each line.

color Color

Color of the outline.

Meta