| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Standard ellipse drawing routine prototype.
Source position: graphh.inc line 557
type ellipseproc = procedure(  | 
X: SmallInt;  | 
Y: SmallInt;  | 
XRadius: Word;  | 
YRadius: Word;  | 
stAngle: Word;  | 
EndAngle: Word;  | 
fp: patternlineproc  | 
);  |