metodo draw

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

Implementa questa interfaccia per ottenere DrawObject e Bound durante il rendering.

def draw(self, draw_object, x, y, width, height):
    ...
ParametroTipoDescrizione
draw_objectDrawObjectDrawObject verrà inizializzato e restituito durante il rendering
xfloatA sinistra di DrawObject
yfloatParte superiore di DrawObject
widthfloatLarghezza di DrawObject
heightfloatAltezza di DrawObject

Guarda anche