Lucee Function Reference
imagerotatedrawingaxis()
Rotates all subsequent drawing on a image at a specified point by a specified angle.
Example
imagerotatedrawingaxis(any image,[number angle,[number x,[number y]]]):void
Category
image
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| image | any | Yes | The image on which this operation is performed. |
| angle | number | No | The rotation angle in degrees. |
| x | number | No | The x coordinate for the point of rotation. The default value is 0. |
| y | number | No | The y coordinate for the point of rotation. The default value is 0. |