draw方法

draw(draw_object, x, y, width, height)

实现该接口,在渲染时获取DrawObject和Bound。

def draw(self, draw_object, x, y, width, height):
    ...
范围类型描述
draw_objectDrawObject渲染时会初始化并返回DrawObject
xfloatDrawObject 左侧
yfloatDrawObject 顶部
widthfloat绘图对象的宽度
heightfloat绘图对象的高度

也可以看看