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

touchgfx::CanvasWidget::getSolidRect() const method

@fn virtual Rect CanvasWidget::getSolidRect() const; Gets the largest solid (non-transparent) rectangle. Gets the largest solid (non-transparent) rectangle. Since canvas widgets typically do not have a solid rect, it is recommended to return an empty rectangle.

Syntax

virtual Rect getSolidRect() const;

Return value

The largest solid (non-transparent) rectangle.

References

LocationText
CanvasWidget.hpp:178
virtual Rect getSolidRect() const;

Override Tree

Methods overriding this one
touchgfx::CanvasWidget::getSolidRect() const
Type of touchgfx::CanvasWidget::getSolidRect() const
touchgfx::CanvasWidget::getSolidRect() const
all items filtered out