draw_rect method
draw_rect
Draws a rectangle.
def draw_rect(self, x, y, width, height):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of upper left corner of the rectangle. |
y | float | Y coordinate of upper left corner of the rectangle. |
width | float | A width of the rectangle. |
height | float | A height of the rectangle. |
See Also
- module
aspose.page.eps
- class
PsDocument