MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Modules | Typedefs
GDI functions

Modules

 Region operations
 
 General DC operations
 
 DC attribute operations
 
 Palette operations
 
 General drawing functions
 
 Mapping Operations
 
 Clipping operations
 
 BITMAP and blitting operations
 
 Icon operations
 
 Rectangle operations
 
 Logical font operations
 
 System charset and font operations
 
 Text parsing functions
 
 Text output functions
 
 Bitmap structure
 
 Bitmap file load/save operations
 
 Glyph defines and operations
 

Typedefs

typedef struct _BITMAP BITMAP
 
typedef BITMAPPBITMAP
 Data type of pointer to a BITMAP. More...
 
typedef struct _MYBITMAP MYBITMAP
 
typedef struct _MYBITMAPPMYBITMAP
 Data type of pointer to a struct _MYBITMAP. More...
 

Detailed Description

Typedef Documentation

typedef struct _BITMAP BITMAP
See also
_BITMAP

Definition at line 505 of file gdi.h.

typedef struct _MYBITMAP MYBITMAP
See also
_MYBITMAP

Definition at line 520 of file gdi.h.

typedef BITMAP * PBITMAP

Data type of pointer to a BITMAP.

See also
BITMAP _BITMAP

Definition at line 512 of file gdi.h.

typedef struct _MYBITMAP * PMYBITMAP

Data type of pointer to a struct _MYBITMAP.

See also
MYBITMAP _MYBITMAP

Definition at line 527 of file gdi.h.