draw
Let's you draw things to the screen.
Methods
draw.text(content, pos, color, fontSize, fontName)
draw.text(content, pos, color, fontSize, fontName)
draw.line(start, end, color, thickness)
draw.line(start, end, color, thickness)
draw.rectangle(topLeft, botRight, color, rounding)
draw.rectangle(topLeft, botRight, color, rounding)
draw.rectangleFilled(start, end, color, thickness)
draw.rectangleFilled(start, end, color, thickness)
draw.circle(center, radius, color, segments)
draw.circle(center, radius, color, segments)
draw.circleFilled(center, radius, color, segments)
draw.circleFilled(center, radius, color, segments)
Last updated