DrawAnnotation
DrawAnnotation -- draws text on the image
Description
void DrawAnnotation( DrawingWand drw_wnd, float x, float y, string text )
Draws text on the image.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| x | X ordinate to left of text |
| y | Y ordinate to text baseline |
| text | Text to draw |