touchgfx::RenderingBuffer::inbox() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::RenderingBuffer::inbox() const

touchgfx::RenderingBuffer::inbox() const method

@fn bool RenderingBuffer::inbox(int x, int y) const Tests if a given coordinate is inside the RenderingBuffer. Tests if a given coordinate is inside the RenderingBuffer.

Syntax

bool inbox(int x,     int y) const;

Arguments

x

The x coordinate.

y

The y coordinate.

Return value

true if (x,y) is inside the RenderingBuffer, false otherwise.

References

LocationText
RenderingBuffer.hpp:186
bool inbox(int x, int y) const

Data Use

Data read by touchgfx::RenderingBuffer::inbox() const
touchgfx::RenderingBuffer::inbox() const