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):
...
Parametre | Tip | Tanım |
---|---|---|
draw_object | DrawObject | DrawObject, oluşturulurken başlatılacak ve döndürülecek |
x | float | DrawObject’in solu |
y | float | DrawObject’in üstü |
width | float | DrawObject Genişliği |
height | float | DrawObject’in Yüksekliği |
Ayrıca bakınız
- modül aspose.cells.rendering
- sınıf DrawObjectEventHandler