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

touchgfx::SnapshotWidget::draw() const method

@fn virtual void SnapshotWidget::draw(const Rect& invalidatedArea) const; Draws the SnapshotWidget. Draws the SnapshotWidget. It supports partial drawing, so it only redraws the area described by invalidatedArea.

Syntax

virtual void draw(const Rect& invalidatedArea) const;

Arguments

invalidatedArea

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

References

LocationText
SnapshotWidget.hpp:69
virtual void draw(const Rect& invalidatedArea) const;

Override Tree

Methods overriding this one
touchgfx::SnapshotWidget::draw() const
all items filtered out