MiniGUI API Reference (MiniGUI-Standalone)  v5.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields

#include <common.h>

Data Fields

int cx
 
int cy
 

Detailed Description

Size structure of a 2-dimension object.

See also
PSIZE

Definition at line 989 of file common.h.

Field Documentation

◆ cx

int cx

The extent in x coordinate of a 2D object.

Definition at line 994 of file common.h.

◆ cy

int cy

The extent in y coordinate of a 2D object.

Definition at line 998 of file common.h.


The documentation for this struct was generated from the following file: