Shears the drawing canvas.
imageShearDrawingAxis(name, shrx, shry)
→ returns void
someImage.shearDrawingAxis(shrx, shry)
CF 11+ Draw a sheared rectangle
imgObj = imageNew("",152,152,"rgb","149c82");
imgObj.shearDrawingAxis(0.5,0.5);
imgObj.drawRect(40,50,70,50,"yes");
cfimage(action="writeToBrowser", source=imgObj);
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.