Logic_library
Library for Logic board by RoboticsBrno.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Rectangle Struct Reference

Structure for describing rectangles on display. More...

#include <Display.hpp>

Public Member Functions

 Rectangle (int x, int y, int w, int h)
 

Public Attributes

int x
 
int y
 
int w
 
int h
 

Detailed Description

Structure for describing rectangles on display.

Constructor & Destructor Documentation

◆ Rectangle()

Rectangle::Rectangle ( int  x,
int  y,
int  w,
int  h 
)
inline

Member Data Documentation

◆ h

int Rectangle::h

◆ w

int Rectangle::w

◆ x

int Rectangle::x

◆ y

int Rectangle::y

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