DrawLine
DrawLine -- draws a line on the image
Description
void DrawLine( DrawingWand drw_wnd, float sx, float sy, float ex, float ey )
Draws a line on the image using the current stroke color, stroke opacity, and stroke width.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| sx | Starting x ordinate |
| sy | Starting y ordinate |
| ex | Ending x ordinate |
| ey | Ending y ordinate |