OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TImageInfo is a wrapper class for a structure that describes an image within an image list. More...
#include <owl/imagelst.h>
Public Member Functions | |
TImageInfo () | |
Constructs an empty image info. | |
TImageInfo (const TImageList &list, int index=0) | |
Construct based on an image within the image list. | |
HBITMAP | GetImageBM () const |
Gets the image bitmap. | |
HBITMAP | GetMaskBM () const |
Gets the image's mask. | |
TRect | GetImageRect () const |
Gets the area of the image. | |
Friends | |
class | TImageList |
TImageInfo is a wrapper class for a structure that describes an image within an image list.
DLN made this derive from IMAGEINFO to simplify porting code using existing _IMAGEINFO structure. Of course, new code should avoid directly accessing these fields.
Definition at line 39 of file imagelst.h.
|
inline |
Constructs an empty image info.
Definition at line 183 of file imagelst.h.
|
inline |
Construct based on an image within the image list.
Definition at line 189 of file imagelst.h.
|
inline |
Gets the image bitmap.
Definition at line 196 of file imagelst.h.
|
inline |
Gets the area of the image.
Definition at line 210 of file imagelst.h.
|
inline |
Gets the image's mask.
Definition at line 203 of file imagelst.h.
|
friend |
Definition at line 49 of file imagelst.h.