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

touchgfx::Rect::includes() const method

@fn bool Rect::includes(const Rect& other) const Determines whether the specified rectangle is completely included in this rectangle. Determines whether the specified rectangle is completely included in this rectangle.

Syntax

bool includes(const Rect& other) const;

Arguments

other

The other rectangle.

Return value

true if the specified rectangle is completely included.

References

LocationText
Types.hpp:266
bool includes(const Rect& other) const

Call Tree

Functions called by touchgfx::Rect::includes() const
touchgfx::Rect::includes() const
Data read by touchgfx::Rect::includes() const
touchgfx::Rect::includes() const