#include <CEGUIInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| void | getSize (out_Pairf *size) |
| Return a Size object containing the dimensions of the Image. | |
| float | getWidth () |
| Return the pixel width of the image. | |
| float | getHeight () |
| Return the pixel height of the image. | |
| void | getOffsets (out_Pairf *offsets) |
| Return a Point object that contains the offset applied when rendering this Image. | |
| float | getOffsetX () |
| Return the X rendering offset. | |
| float | getOffsetY () |
| Return the Y rendering offset. | |
| const char * | getName () |
| Return the name of this Image object. | |
| const char * | getImagesetName () |
| Return the name of the Imageset that contains this Image. | |
| DICEGUIImageset * | getImageset () |
| Return the parent Imageset object that contains this Image. | |
| void | getSourceTextureArea (out_Vector4f *area) |
| Return Rect describing the source texture area used by this Image. | |
| void DigitalSpaces::DICEGUIImage::getSize | ( | out_Pairf * | size | ) |
Return a Size object containing the dimensions of the Image.
| float DigitalSpaces::DICEGUIImage::getWidth | ( | ) |
Return the pixel width of the image.
| float DigitalSpaces::DICEGUIImage::getHeight | ( | ) |
Return the pixel height of the image.
| void DigitalSpaces::DICEGUIImage::getOffsets | ( | out_Pairf * | offsets | ) |
Return a Point object that contains the offset applied when rendering this Image.
| float DigitalSpaces::DICEGUIImage::getOffsetX | ( | ) |
Return the X rendering offset.
| float DigitalSpaces::DICEGUIImage::getOffsetY | ( | ) |
Return the Y rendering offset.
| const char* DigitalSpaces::DICEGUIImage::getName | ( | ) |
Return the name of this Image object.
| const char* DigitalSpaces::DICEGUIImage::getImagesetName | ( | ) |
Return the name of the Imageset that contains this Image.
| DICEGUIImageset* DigitalSpaces::DICEGUIImage::getImageset | ( | ) |
Return the parent Imageset object that contains this Image.
| void DigitalSpaces::DICEGUIImage::getSourceTextureArea | ( | out_Vector4f * | area | ) |
Return Rect describing the source texture area used by this Image.
1.5.6