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

putpixelproc

Standard pixel drawing routine prototype

Declaration

Source position: graphh.inc line 491

type putpixelproc = procedure(

  X: SmallInt;

  Y: SmallInt;

  Color: Word

);

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