Purpose
Draw an elliptical arc on a canvas.
Synopsis
procedure XADcanvasdrawarc(id:integer, x:real, y:real, w:real, h:real, start:real, end:real, color:integer)
Arguments
|
id
|
Canvas identifier
|
|
x
|
x coordinate
|
|
y
|
y coordinate
|
|
w
|
Width of bounding rectangle
|
|
h
|
Height of bounding rectangle
|
|
start
|
Clockwise start percentage [0-100]
|
|
end
|
Clockwise end percentage [0-100]
|
|
color1
|
Color
|
Further information
Draws an elliptical
arc
bounded by the given rectangle. The "angle" of the arc must be between [0-100] (percentage) and is measured clockwise
beginning at 12 o'clock.
Related topics
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.