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.
Lucee Function Reference
Function IMAGETRANSLATEDRAWINGAXIS
Example
imagetranslatedrawingaxis(any name,number x,number y):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. |
x | number | Yes | x coordinate |
y | number | Yes | y coordinate |