In this lesson, I showed you:
- How to load image files into memory bitmaps
- How to display those images in a window on the computer screen.
In order to display two images in the same window without having them
overlap:
- It was necessary for me to know the dimensions of the images in
advance.
I will deal with that issue in a future lesson.