Function IMAGESHEARDRAWINGAXIS
Shears the drawing canvas.
Beispiel
imagesheardrawingaxis(any name,number shx,number shy):void
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
name | any | Yes | The image on which this operation is performed. |
shx | number | Yes | The multiplier by which coordinates are shifted in the positive x axis direction as a function of the y coordinate. |
shy | number | Yes | the multiplier by which coordinates are shifted in the positive y axis direction as a function of the x coordinate. |