[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'Graph' (#rtl) |
Standard pixel drawing routine prototype.
Source position: graphh.inc line 485
type defpixelproc = procedure( |
X: SmallInt; |
Y: SmallInt |
); |
This is the standard putpixel routine used by all function drawing routines, it will use the viewport settings, as well as clip, and use the current foreground color to plot the desired pixel.
No notes exist for this page yet.