setRotation()
Do nothing, since controls cannot be turned.
textarea.setRotation(rotation)
System-styled controls cannot be rotated; calling this prints a message and leaves the control unchanged.
Parameters
textarea.setRotation(rotation, anchorX=None, anchorY=None)
| Parameter | Type | Default | Description |
|---|---|---|---|
rotation |
int or float |
required | Ignored. |
anchorX |
int or float |
None |
Ignored. |
anchorY |
int or float |
None |
Ignored. |