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):
...
Parametro | Tipo | Descrizione |
---|---|---|
draw_object | DrawObject | DrawObject verrà inizializzato e restituito durante il rendering |
x | float | A sinistra di DrawObject |
y | float | Parte superiore di DrawObject |
width | float | Larghezza di DrawObject |
height | float | Altezza di DrawObject |
Guarda anche
- modulo aspose.cells.rendering
- classe DrawObjectEventHandler