canvas 的
rectangle()
函数用于创建矩形形状。
rectangle(x, y, width, height)
其中:
x
和
y
指定矩形的左上角坐标。
width
指定矩形的
fill()
和
stroke()
方法填充和描边矩形:
运行此代码将在画布上创建一个蓝色的矩形,其左上角坐标为 (50, 25),宽度为 50,高度为 50。该矩形将被清除。
rectangle()
函数。本文地址:https://www.qianwe.com/article/a658f71575084578ec82.html