draw_line method
draw_line
Draws a line segment.
def draw_line(self, x1, y1, x2, y2):
...
Parameter | Type | Description |
---|---|---|
x1 | float | X coordinate of the beginning of segment. |
y1 | float | Y coordinate of the beginning of segment. |
x2 | float | X coordinate of the end of segment. |
y2 | float | Y coordinate of the end of segment. |
See Also
- module
aspose.page.eps
- class
PsDocument