touchgfx::Image::draw() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Image::draw() const method

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

Syntax

virtual void draw(const Rect& invalidatedArea) const;

Arguments

invalidatedArea

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

References

LocationText
Image.hpp:93
virtual void draw(const Rect& invalidatedArea) const;

Override Tree

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