Lucee Function Reference
Function IMAGESHEARDRAWINGAXIS
Shears the drawing canvas.
Example
imagesheardrawingaxis(any name,number shx,number shy):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
name | 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. |