#include <video.h>
Public Attributes | |
| int32_t | left |
| int32_t | top |
| uint32_t | width |
| uint32_t | height |
Rectangle information
| int32_t left |
Horizontal offset of the top, left corner of the rectangle, in pixels.
| int32_t top |
Vertical offset of the top, left corner of the rectangle, in pixels.
| uint32_t width |
Width of the rectangle, in pixels.
| uint32_t height |
Height of the rectangle, in pixels.