Glossary

Canvas

In Lazarus, the drawing surface of a visual component. The `TCanvas` object provides methods like `LineTo`, `Rectangle`, `Ellipse`, `TextOut`, and `DrawArc` for custom 2D graphics rendering. (Ch. 30)

Learn More

Related Terms