controlP5 / Textarea / setPosition( )

name
setPosition ( )
description
set the position of the textarea. 
Syntax
setPosition(theX, theY);
parameters
theXfloat 
theYfloat 


Returns
None
Usage
Web & Application
Related