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
imagetranslatedrawingaxis()
Beispiel
imagetranslatedrawingaxis(any image,number x,number y):void
Kategorie
image
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
image | any | Yes | The image on which this operation is performed. |
x | number | Yes | x coordinate |
y | number | Yes | y coordinate |