MagickCropImage
MagickCropImage -- extracts a region of the current active image
Description
bool MagickCropImage( MagickWand mgck_wnd, float width, float height, int x, int y )
Extracts a region of the current active image.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| width | The region width. |
| height | The region height. |
| x | The region x offset. |
| y | The region y offset |