XImage *XSubImage(ximage, x, y, subimage_width, subimage_height)
XImage *ximage;
int x;
int y;
unsigned int subimage_width;
unsigned int subimage_height;
ximage | Specifies the image. |
x y | Specify the x and y coordinates. |
subimage_width | Specifies the width of the new subimage, in pixels. |
subimage_height | Specifies the height of the new subimage, in pixels. |