A class representing an image.
![]() | Width () const Get the width of the image. |
![]() | Height () const Get the height of the image. |
![]() | GetDimensions () const Get the width and height of the image. |
![]() | Write ( PFile & dwg ) Save the image into the specified file in a platform specific format. |
![]() | New functions for class |
![]() | size Dimensions of the image. |
![]() | PImageBase ( PDIMENSION width, PDIMENSION height ) Create an image, this may be a pixel image or a set of drawing primitives in a "picture" (Metafile/PICT etc). |
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
A class representing an image. This may be either pixel images descended from PPixelBase or a picture images in the PPictBase class.This is an abstract class and contains the common functionality of all image types. A common use for images is by the PMemoryCanvas class for drawing to off screen memory.
New functions for class
PDIMENSION Width() const
PDIMENSION Height() const
PDim GetDimensions() const
virtual BOOL Write( PFile & dwg )
Alphabetic index HTML hierarchy of classes or Java