MagickClipPathImage
MagickClipPathImage -- clips along the named paths from the 8BIM profile, if present
Description
bool MagickClipPathImage( MagickWand mgck_wnd, string pathname, bool inside )
Clips along the named paths from the 8BIM profile, if present. Later operations take effect inside the path. Id may be a number if preceded with #, to work on a numbered path, e.g., "#1" to use the first path.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| pathname | Name of clipping path resource.
If name is preceded by #, use clipping path numbered by name. |
| inside | If non-zero, later operations take effect inside clipping path.
Otherwise later operations take effect outside clipping path |