draw method
draw
Implements this interface to get DrawObject and Bound when rendering.
def draw(self, draw_object, x, y, width, height):
...
Parameter | Type | Description |
---|---|---|
draw_object | DrawObject | DrawObject will be initialized and returned when rendering |
x | float | Left of DrawObject |
y | float | Top of DrawObject |
width | float | Width of DrawObject |
height | float | Height of DrawObject |
See Also
- module
aspose.cells.rendering
- class
DrawObjectEventHandler