Difference between Icon and Image in ButtonWithIcon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-28 4:00 AM
Hi,
I'd like to know what is the difference between the icon of the button and the image of the button.
What is the difference? they seem to do exactly the same thing...
thank you
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-28 4:05 AM
Drawing icon after drawing image.
You can view the implementation of the function.
(void ButtonWithIcon::draw(const Rect& invalidatedArea) const).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-28 4:05 AM
Drawing icon after drawing image.
You can view the implementation of the function.
(void ButtonWithIcon::draw(const Rect& invalidatedArea) const).
