size, the image is first resized.
The format of the XMakeImage method is:
unsigned int XMakeImage ( Display *display, const XResourceInfo *resource_info, XWindowInfo *window, Image *image, unsigned int width, unsigned int height );
A description of each parameter follows:
Method XMakeImage returns True if the X image is successfully created. False is returned is there is a memory shortage.
Specifies a connection to an X server; returned from XOpenDisplay.
Specifies a pointer to a X11 XResourceInfo structure.
Specifies a pointer to a XWindowInfo structure.
Specifies a pointer to a Image structure; returned from ReadImage.
Specifies the width in pixels of the rectangular area to display.
Specifies the height in pixels of the rectangular area to display.
Method XMakeMagnifyImage magnifies a region of an X image and displays it.
The format of the XMakeMagnifyImage method is:
XMakeMagnifyImage ( display, windows );
A description of each parameter follows:
Specifies a connection to an X server; returned from XOpenDisplay.
Specifies a pointer to a XWindows structure.
Method XMakePixmap creates an X11 pixmap.
The format of the XMakePixmap method is:
void XMakeStandardColormap(Display *display,XVisualInfo *visual_info,
XResourceInfo *resource_info,Image *image,XStandardColormap *map_info,
XPixelInfo *pixel_info)
A description of each parameter follows:
Method XMakePixmap returns True if the X pixmap is successfully created. False is returned is there is a memory shortage.
Specifies a pointer to a X11 XResourceInfo structure.
Specifies a connection to an X server; returned from XOpenDisplay.
Specifies a pointer to a XWindowInfo structure.
Method XMakeStandardColormap creates an X11 Standard Colormap.
The format of the XMakeStandardColormap method is:
XMakeStandardColormap ( display, visual_info, resource_info, image, map_info, pixel_info );
A description of each parameter follows:
Specifies a connection to an X server; returned from XOpenDisplay.
Specifies a pointer to a X11 XVisualInfo structure; returned from XGetVisualInfo.
Specifies a pointer to a X11 XResourceInfo structure.
Specifies a pointer to a Image structure; returned from ReadImage.
If a Standard Colormap type is specified, this structure is initialized with info from the Standard Colormap.
Specifies a pointer to a XPixelInfo structure.
Method XMakeWindow creates an