CCGraphic_Image¶
#include <image.h>
Public Attributes¶
| Name | |
|---|---|
| CFBDGraphic_Point | point Top-left position of image in pixels. |
| CFBDGraphicSize | image_size Dimensions of image in pixels. |
| uint8_t * | sources_register Pointer to bitmap data (owned by caller) |
Public Attributes Documentation¶
variable point¶
Top-left position of image in pixels.
variable image_size¶
Dimensions of image in pixels.
variable sources_register¶
Pointer to bitmap data (owned by caller)
Updated on 2026-02-03 at 13:21:55 +0000