Appearance
RectangleComponent类定义了矩形组件
构造矩形组件实例。
x 矩形左上角起始位置x坐标
y 矩形左上角起始位置y坐标
width 矩形宽度
height 矩形高度
const rect = new FP.RectangleComponent(100, 100, 200, 50)