drawOwal
drawOwal(x1, y1, x2, y2)
The process of drawing owal.
| Parameter | Type | Description |
|---|---|---|
| x1 | float | Specifies the x-coordinate representing the lower-left corner of the rectangle |
| y1 | float | Specifies the y-coordinate representing the lower-left corner of the rectangle |
| x2 | float | Specifies the x-coordinate representing the top-right corner of the rectangle |
| y2 | float | Specifies the y-coordinate representing the top-right corner of the rectangle |
Returns: The unique ID of the shape within shapes collection on the specified page.