My Project
MMAL_RECT_T Struct Reference

#include <mmal_types.h>

Public Attributes

int32_t x
 
int32_t y
 
int32_t width
 
int32_t height
 

Detailed Description

Describes a rectangle

Definition at line 69 of file mmal_types.h.

Member Data Documentation

◆ height

int32_t MMAL_RECT_T::height

height

Definition at line 74 of file mmal_types.h.

◆ width

int32_t MMAL_RECT_T::width

width

Definition at line 73 of file mmal_types.h.

◆ x

int32_t MMAL_RECT_T::x

x coordinate (from left)

Definition at line 71 of file mmal_types.h.

◆ y

int32_t MMAL_RECT_T::y

y coordinate (from top)

Definition at line 72 of file mmal_types.h.


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