DrawPushClipPath
DrawPushClipPath -- starts a clip path definition
Description
void DrawPushClipPath( DrawingWand drw_wnd, string clip_path_id )
Starts a clip path definition which is comprized of any number of drawing commands and terminated by a DrawPopClipPath() command.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| clip_path_id | String identifier to associate with the clip path for later use |