Font interface.
More...
#include <duckcpp/core/engine/IGUIImageList.hpp>
◆ draw()
Draws an image and clips it to the specified rectangle if wanted
- Parameters
-
index | Index of the image |
destPos | Position of the image to draw |
clip | Optional pointer to a rectangle against which the text will be clipped. If the pointer is null, no clipping will be done. |
◆ getImageCount()
virtual dcpp::int32_kt dcpp::gui::IGUIImageList::getImageCount |
( |
| ) |
const |
|
pure virtual |
Returns the count of Images in the list.
- Returns
- Returns the count of Images in the list.
◆ getImageSize()
Returns the size of the images in the list.
- Returns
- Returns the size of the images in the list.
The documentation for this class was generated from the following file: