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

AbstractGraph::assignWidth() method

@fn virtual void AbstractGraph::assignWidth(int16_t width) Sets the width of this drawable. Sets the width of this drawable.

Syntax

virtual void assignWidth(int16_t width);
Implemented in AbstractGraph.cpp:406

Arguments

width

The new width.

Notes

Changing this does not automatically yield a redraw.

Call Tree

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