DrawScale
DrawScale -- adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space
Description
void DrawScale( DrawingWand drw_wnd, float x, float y )
Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| x | Horizontal scale factor |
| y | Vertical scale factor |