How To Build a VCL Forms Application with Graphics
Go Up to How To Build VCL Forms Applications
Each of the procedures listed below builds a VCL Form application that uses graphics. Build one or more of the examples and then add other graphics features to these basic VCL Forms applications.
These procedures describe how to:
- Draw straight lines.
- Draw rectangles and ellipses.
- Draw a polygon.
- Display a bitmap image.
- Place a bitmap in a combo box.
Topics
- Drawing Straight Lines In a VCL Forms Application
- Drawing Rectangles and Ellipses in a VCL Forms Application
- Drawing a Rounded Rectangle in a VCL Forms Application
- Drawing a Polygon in a VCL Forms Application
- Displaying a Bitmap Image in a VCL Forms Application
- Placing A Bitmap Image in a Control in a VCL Forms Application
- Displaying a Full View Bitmap Image in a VCL Forms Application