Lucee Function Reference
imagedrawarc()
Draws a circular or elliptical arc.
Beispiel
imagedrawarc(any image,number x,number y,number width,number height,number startAngle,number arcAngle,[boolean filled]):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 | The x coordinate of the upper-left corner of the arc. |
y | number | Yes | The y coordinate of the upper-left corner of the arc. |
width | number | Yes | The width of the arc. |
height | number | Yes | The height of the arc. |
startAngle | number | Yes | The beginning angle in degrees. |
arcAngle | number | Yes | The angular extent of the arc, relative to the start angle. |
filled | boolean | No |
Specify whether the arc is filled: |