ImageRotateDrawingAxis()
Rotates all subsequent drawing on an image at a specified point by a specified angle.
Requires Extension: Image extension
ImageRotateDrawingAxis( image=any, angle=number, x=number, y=number );
Returns: void
Examples
imgObj = imageNew("",152,152,"rgb","red");
imgObj.rotateDrawingAxis(135,71,71);
imgObj.drawLines([0,38,76,114,152],[0,152,0,152,0],"no","no");
cfimage(action="writeToBrowser", source=imgObj);
See also
- Image manipulation
- image.rotateDrawingAxis()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)