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

lineproc

Standard line drawing routine prototype.

Declaration

Source position: graphh.inc line 523

type lineproc = procedure(

  X1: SmallInt;

  Y1: SmallInt;

  X2: SmallInt;

  Y2: SmallInt

);