AbstractGraph::assignHeight() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

AbstractGraph::assignHeight() method

@fn virtual void AbstractGraph::assignHeight(int16_t height) Sets the height of this drawable. Sets the height of this drawable.

Syntax

virtual void assignHeight(int16_t height);
Implemented in AbstractGraph.cpp:416

Arguments

height

The new height.

Notes

Changing this does not automatically yield a redraw.

Call Tree

Functions calling AbstractGraph::assignHeight()
Functions called by AbstractGraph::assignHeight()
AbstractGraph::assignHeight()
Data read by AbstractGraph::assignHeight()
AbstractGraph::assignHeight()