DrawSetClipPath
DrawSetClipPath -- associates a named clipping path with the DrawingWand
Description
bool DrawSetClipPath( DrawingWand drw_wnd, string clip_path )
Associates a named clipping path with the DrawingWand. Only the areas drawn on by the clipping path will be modified as long as it remains in effect.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| clip_path | Name of clipping path to associate with image |