Line Demo
More window drawing
Notes: This program uses several line and shape drawing functions to draw the image. A rectangle is drawn first with the Rectangle() function, then crossing lines are then drawn over top of it using the LineTo() function. Then an ellipse (Ellipse()) and a Rounded Rectangle (RoundRect()) are then drawn on top of them. The Ellipse and Round Rectangle cover the line because of the default fill options.