DrawRectangle
DrawRectangle -- draws a rectangle
Description
void DrawRectangle( DrawingWand drw_wnd, float x1, float y1, float x2, float y2 )
Draws a rectangle given two coordinates and using the current stroke, stroke width, and fill settings.
A description of each parameter follows:
| x1 | X ordinate of first coordinate |
| y1 | Y ordinate of first coordinate |
| x2 | X ordinate of second coordinate |
| y2 | Y ordinate of second coordinate |