draw yöntemi

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

İşleme sırasında DrawObject ve Bound’u almak için bu arabirimi uygular.

def draw(self, draw_object, x, y, width, height):
    ...
ParametreTipTanım
draw_objectDrawObjectDrawObject, oluşturulurken başlatılacak ve döndürülecek
xfloatDrawObject’in solu
yfloatDrawObject’in üstü
widthfloatDrawObject Genişliği
heightfloatDrawObject’in Yüksekliği

Ayrıca bakınız