RockX  1.0.0
Data Fields
rockx_rect_t Struct Reference

Rectangle of Object Region. More...

#include <rockx_type.h>

Data Fields

int left
 Most left coordinate. More...
 
int top
 Most top coordinate. More...
 
int right
 Most right coordinate. More...
 
int bottom
 Most bottom coordinate. More...
 

Detailed Description

Rectangle of Object Region.

Definition at line 102 of file rockx_type.h.

Field Documentation

◆ bottom

int bottom

Most bottom coordinate.

Definition at line 106 of file rockx_type.h.

◆ left

int left

Most left coordinate.

Definition at line 103 of file rockx_type.h.

◆ right

int right

Most right coordinate.

Definition at line 105 of file rockx_type.h.

◆ top

int top

Most top coordinate.

Definition at line 104 of file rockx_type.h.


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