RTS API Documentation
1.10.11
|
Representation of a rectangle on a surface. More...
#include <switch_core_video.h>
Data Fields | |
unsigned int | x |
unsigned int | y |
unsigned int | w |
unsigned int | h |
Representation of a rectangle on a surface.
Definition at line 128 of file switch_core_video.h.
unsigned int switch_image_rect::h |
unsigned int switch_image_rect::w |
unsigned int switch_image_rect::x |
leftmost column
Definition at line 129 of file switch_core_video.h.
Referenced by switch_img_patch_hole().
unsigned int switch_image_rect::y |
topmost row
Definition at line 130 of file switch_core_video.h.
Referenced by switch_img_patch_hole().