How To Build a Windows VCL Application with Graphics

From RAD Studio
Jump to: navigation, search

Go Up to How To Build Windows VCL 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 Windows VCL Applications.

These procedures describe how to:

  1. Draw straight lines.
  2. Draw rectangles and ellipses.
  3. Draw a polygon.
  4. Display a bitmap image.
  5. Place a bitmap in a combo box.


Topics

See Also