[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Standard circle drawing routine prototype.
Source position: graphh.inc line 559
type CircleProc = procedure( |
X: SmallInt; |
Y: SmallInt; |
Radius: Word |
); |
lazarus-ccr.sourceforge.net |