![]() |
MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents a gpu rectangle. More...
Data Fields | |
n2d_int32_t | x |
n2d_int32_t | y |
n2d_int32_t | width |
n2d_int32_t | height |
This struct represents a gpu rectangle.
Defines a rectangular shape area of the screen.
n2d_int32_t height |
Height of the rectangle.
n2d_int32_t width |
Width of the rectangle.
n2d_int32_t x |
Left coordinate of the rectangle.
n2d_int32_t y |
Top coordinate of the rectangle.