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

Class

Cvo_Pixmap

Base

Cvo_BasicObject

Syntax

#include <Cvo/Pixmap.h++>

new Cvo_Pixmap ( { Cvo_Window | Cvo_Pixmap } *drawable,
int width,
int height,
[ int depth ] )

Overview

The Cvo_Pixmap object is an off screen drawing region which can later be copied into a visual object or another Cvo_Pixmap. A Cvo_Pixmap requires the proposed destination drawable to gain information such as the X Display and depth. The depth may be overridden when a Cvo_Pixmap is created. Further, a pixel width and height are specified at creation time.

Member Functions

This object defines the following member functions in addition to those defined by its parent and ancestor objects.

Functions dealing with text and fonts are:

Functions used to draw chamfers and other decorations are:

Functions dealing with the Graphics Context (please see the standard X11 documentation for more details on the arguments for these functions):

Functions which allow access to standard Xlib functions (Please see the standard X11 documentation for more details on the arguments of these functions):


See the example source code for an example of how to use this object.


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