This class is used to represent a picture image.
![]() | PPictImage (PPictBase * obj = NULL) Create a picture drawing. |
![]() | PPictImage ( PRESOURCE_ID resID ) Create a picture drawing, loading it from the applications resources. |
![]() | PPictImage ( PFile & dwg ) Create a picture drawing, reading the picture from the file in a platform specific format. |
Construction
Overrides from class PObject
Pointer access functions
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
This class is used to represent a picture image. It works in conjuction with the PPictBase class using the "smart" pointer system.A picture image is one for which a set of drawing commands is stored and rendered. This gives very low memory usage and the ability to scale the image to any size. However, complex images such as photographs are not representable by this format. The alternative is to use a PPixelImage which stores each pixel individually.
A common use for images is by the PMemoryCanvas class for drawing to off screen memory.
PPictImage( PRESOURCE_ID resID )
PPictImage( PFile & dwg )
Alphabetic index HTML hierarchy of classes or Java