|
CFx SDK Documentation 2026 SP0
|
#include <FxUIImage.h>
Public Member Functions | |
| CFxUIImage () | |
| CFxUIImage (int iWidth, int iHeight, FxUIImageFormat format) | |
| CFxUIImage (const CFxUIImage &image) | |
| CFxUIImage (const FxNativeImage &image) | |
| ~CFxUIImage () | |
| CFxUIImage & | operator= (const CFxUIImage &image) |
| operator FxNativeImage & () const | |
| void | fill (FxUIGlobalColor iType) |
Public Member Functions inherited from CFxUIPaintDevice | |
| CFxUIPaintDevice (FxNativePaintDevice *paintDevice=nullptr) | |
| ~CFxUIPaintDevice () | |
| operator FxNativePaintDevice * () const | |
Protected Attributes | |
| CFxUIImageImpl * | m_pImpl = nullptr |
Protected Attributes inherited from CFxUIPaintDevice | |
| CFxUIPaintDeviceImpl * | m_pPaintDeviceImpl = nullptr |
Definition at line 40 of file FxUIImage.h.
| CFxUIImage::CFxUIImage | ( | ) |
Constructor
| CFxUIImage::CFxUIImage | ( | int | iWidth, |
| int | iHeight, | ||
| FxUIImageFormat | format ) |
Parameterized Constructor
| CFxUIImage::CFxUIImage | ( | const CFxUIImage & | image | ) |
Copy Constructor
| CFxUIImage::CFxUIImage | ( | const FxNativeImage & | image | ) |
| CFxUIImage::~CFxUIImage | ( | ) |
Destructor
| void CFxUIImage::fill | ( | FxUIGlobalColor | iType | ) |
Fills the image with the given color, described as a standard global color.
| FxUIColorGroup |
| CFxUIImage::operator FxNativeImage & | ( | ) | const |
| CFxUIImage & CFxUIImage::operator= | ( | const CFxUIImage & | image | ) |
Assignment operator
|
protected |
Definition at line 70 of file FxUIImage.h.