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 <gdi.h>

Data Fields

int x
 
int y
 
int width
 
int height
 
int angle1
 
int angle2
 

Detailed Description

Arc structure.

Definition at line 4339 of file gdi.h.

Field Documentation

◆ angle1

int angle1

The start angle of the arc, relative to the 3 o'clock position, counter-clockwise, in 1/64ths of a degree.

Definition at line 4355 of file gdi.h.

◆ angle2

int angle2

The end angle of the arc, relative to angle1, in 1/64ths of a degree.

Definition at line 4359 of file gdi.h.

◆ height

int height

The height of the bounding box of the arc.

Definition at line 4349 of file gdi.h.

◆ width

int width

The width of the bounding box of the arc.

Definition at line 4347 of file gdi.h.

◆ x

int x

The x coordinate of the left edge of the bounding rectangle.

Definition at line 4342 of file gdi.h.

◆ y

int y

The y coordinate of the left edge of the bounding rectangle.

Definition at line 4344 of file gdi.h.


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