DrawRoundRectangle
DrawRoundRectangle -- draws a rounted rectangle
Description
void DrawRoundRectangle( DrawingWand drw_wnd, float x1, float y1, float x2, float y2, float rx, float ry )
Draws a rounted rectangle given two coordinates, x & y corner radiuses and using the current stroke, stroke width, and fill settings.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| x1 | X ordinate of first coordinate |
| y1 | Y ordinate of first coordinate |
| x2 | X ordinate of second coordinate |
| y2 | Y ordinate of second coordinate |
| rx | Radius of corner in horizontal direction |
| ry | Radius of corner in vertical direction |