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

touchgfx::AbstractShape::drawCanvasWidget() const method

@fn virtual bool AbstractShape::drawCanvasWidget(const Rect& invalidatedArea) const; Draws the AbstractShape. Draws the AbstractShape. This class supports partial drawing, so only the area described by the rectangle will be drawn.

Syntax

virtual bool drawCanvasWidget(const Rect& invalidatedArea) const;

Arguments

invalidatedArea

The rectangle to draw, with coordinates relative to this drawable.

Return value

true if it succeeds, false if it fails.

References

LocationText
AbstractShape.hpp:398
virtual bool drawCanvasWidget(const Rect& invalidatedArea) const;

Override Tree

Methods overriding this one
touchgfx::AbstractShape::drawCanvasWidget() const