Base class: Asset
This class provides an interface for loading and rasterising vector images. Unlike pixmaps, icons can be used for resolution-independent graphics.
| Property | Type | Description |
|---|---|---|
| size | const iVec2& | default size of the image, in pixels |
| Rasterize | Method | Generates a pixmap |
| LoadIcon | Function | Loads an icon object from a file |