ELEMENT_STATIC_IMAGE draws the simplest type of graphical element. Use ELEMENT_STATIC_IMAGE to draw an image that never changes.
typedef struct ELEMENT_STATIC_IMAGE
{
HEADER;
IMAGE_SETimage_data;
PIMAGEsave_buffer;
} ELEMENT_STATIC_IMAGE, *PELEMENT_STATIC_IMAGE, **PPELEMENT_STATIC_IMAGE;
ELEMENT_STATIC_IMAGE uses the following members:
| Member | Description |
| HEADER | Discussed in detail in the topic Using Drawing Elements. |
| image_set | Used internally by the Panel system. Do not set or use. |
| pimage | Used internally by the Panel system. Do not set or use. |