draw méthode

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

Implémente cette interface pour obtenir DrawObject et Bound lors du rendu.

def draw(self, draw_object, x, y, width, height):
    ...
ParamètreTaperDescription
draw_objectDrawObjectDrawObject sera initialisé et renvoyé lors du rendu
xfloatÀ gauche de DrawObject
yfloatHaut de DrawObject
widthfloatLargeur de DrawObject
heightfloatHauteur de DrawObject

Voir également