draw_string method
draw_string
Draws a string at the specified position.
def draw_string(self, str, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| str | str | The text to be drawn. |
| x | float | The x-coordinate of the string position. |
| y | float | The y-coordinate of the string position. |
See Also
- module
aspose.page.xps.presentation.image - class
ImageDevice