ArcCoordsType
Describe the last arc which was drawn on screen
Declaration
Source position: graphh.inc line 484
Type
ArcCoordsType = record
x : SmallInt;
y : SmallInt;
xstart : SmallInt;
ystart : SmallInt;
xend : SmallInt;
yend : SmallInt;
end