Lucee Function Reference
imagesheardrawingaxis()
Shears the drawing canvas.
Example
imagesheardrawingaxis(any image,number shx,number shy):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. |
| shx | number | Yes | The multiplier by which coordinates are shifted in the positive x axis direction as a function of the y coordinate. |
| shy | number | Yes | the multiplier by which coordinates are shifted in the positive y axis direction as a function of the x coordinate. |