An IDLgrBuffer object is an in-memory, off-screen destination object. Object trees can be drawn to instances of the IDLgrBuffer object and the resulting image can be retrieved from the buffer using the Read() method. The off-screen representation avoids dithering artifacts by providing a full-resolution buffer for objects using either the RGB or Color Index color models.

Note: Objects or subclasses of this type can not be saved or restored.

Superclasses


IDLitComponent

Creation


See IDLgrBuffer::Init.

Properties


Objects of this class have the following properties. See IDLgrBuffer Properties for details on individual properties.

In addition, objects of this class inherit the properties of all superclasses of this class.

Methods


This class has the following methods:

In addition, this class inherits the methods of its superclasses (if any).

Version History


5.0

Introduced

6.2

Added QueryRequiredTiles method

8.2 Added LINE_QUALITY property