class PImage: public PSmartPointer

This class is used to represent an image.

Inheritance:


Inherited from PSmartPointer:

Public

Construction

Overrides from class PObject

Pointer access functions

Protected Fields

oPSmartObject* object


Inherited from PObject:

Public

Run Time Type functions

Comparison functions

I/O functions

Miscellaneous functions


Documentation

This class is used to represent an image. It works in conjuction with the PImageBase class using the "smart" pointer system.

This is logically an abstract class and the user would normally create one of the descendent classes. These are either pixel images descended from PPixelBase or a picture images in the PPictBase class.

A common use for images is by the PMemoryCanvas class for drawing to off screen memory.


Direct child classes:
PPictImage

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.