My Project
|
#include <mmal_types.h>
Public Attributes | |
int32_t | x |
int32_t | y |
int32_t | width |
int32_t | height |
Describes a rectangle
Definition at line 69 of file mmal_types.h.
int32_t MMAL_RECT_T::height |
height
Definition at line 74 of file mmal_types.h.
int32_t MMAL_RECT_T::width |
width
Definition at line 73 of file mmal_types.h.
int32_t MMAL_RECT_T::x |
x coordinate (from left)
Definition at line 71 of file mmal_types.h.
int32_t MMAL_RECT_T::y |
y coordinate (from top)
Definition at line 72 of file mmal_types.h.