[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Graph' (#rtl)

CircleProc

Standard circle drawing routine prototype.

Declaration

Source position: graphh.inc line 559

type CircleProc = procedure(

  X: SmallInt;

  Y: SmallInt;

  Radius: Word

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.