Lucee object methods reference

Object Method Image.shearDrawingAxis

Shears the drawing canvas.
Image.shearDrawingAxis(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
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.