Image drawing
This page contains source code demonstrating how to draw the primitives commonly used in paint programs.
Drawing circles
|
This source code demonstrates how to draw solid circles.
To download the Pascal source code (1k), click here. |
Drawing lines
This source code demonstrates how to draw lines.
To download the Pascal source code (1k), click here.
To download the C source code (1k), click here.