Railo 4.2 Reference
Choose a function:

Function IMAGEDRAWARC

Draws a circular or elliptical arc.

Example

imagedrawarc(any name,number x,number y,number width,number height,number startAngle,number arcAngle,[boolean filled]):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 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:
  • true: The arc is filled with the specified drawing color.
  • false (default): Only the outline of the arc is drawn.