You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_XImage object:

Class

Cvo_XImage

Syntax

#include <Cvo/XImage.h++>

new Cvo_XImage ( Cvo_BasicObject *obj,
int format,
int depth )

Overview

The Cvo_XImage object is a simple wrapper around the X11 XImage structure. If a Cvo_XImage object has already been created of the specified format and depth, it is returned, otherwise a new one is created. Cvo_XImage objects are used by the Cvo_Image object to get an XImage structure which can be used to put data into Pixmap structures. Each time the Cvo_XImage is used, the relevant information is inserted into it (width, height, data, etc).

Member Functions

This object defines the following member functions.


See the legend for information about the conventions used in this documentation.