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

#include <gdi.h>

Data Fields

int version
 
int rotation
 
int cx
 
int cy
 

Detailed Description

The stretch extra information for StretchBltEx.

See also
StretchBltEx

Definition at line 5393 of file gdi.h.

Field Documentation

◆ cx

int cx

The x-coordinate of the rotation center in the destination rectangle, relative to the uppper-left corner of the rectangle.

Definition at line 5403 of file gdi.h.

◆ cy

int cy

The y-coordinate of the rotation center in the destination rectangle, relative to the uppper-left corner of the rectangle.

Definition at line 5406 of file gdi.h.

◆ rotation

int rotation

The rotation of the source bitmap in 1/64ths of a degree.

Definition at line 5398 of file gdi.h.

◆ version

int version

The version code; reserved for future, must set zero

Definition at line 5395 of file gdi.h.


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