Lucee object methods reference
Object Method Image.translateDrawingAxis
Translates the origin of the image context to the point (x,y) in the current coordinate system.
Modifies the image context so that its new origin corresponds to the point (x,y) in the image's original coordinate system.
Image.translateDrawingAxis(number x,number y):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 |
---|---|---|---|
x | number | Yes | x coordinate |
y | number | Yes | y coordinate |