MiniGUI API Reference (MiniGUI-Threads)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_CLIPRECT Struct Reference

#include <gdi.h>

Data Fields

RECT rc
 
struct _CLIPRECTnext
 
struct _CLIPRECTprev
 

Detailed Description

Clipping rectangle structure.

Definition at line 755 of file gdi.h.

Field Documentation

◆ next

struct _CLIPRECT* next

The next clipping rectangle.

Definition at line 764 of file gdi.h.

◆ prev

struct _CLIPRECT* prev

The previous clipping rectangle.

Definition at line 768 of file gdi.h.

◆ rc

RECT rc

The clipping rectangle itself.

Definition at line 760 of file gdi.h.


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