Introduction - If you have any usage issues, please Google them yourself
A simple drawing program to achieve class inheritance. Can draw a straight line, round, rectangular. And to achieve a simple, save the drawing. Straight-line painting for the DDA, a circle drawing method for the midpoint drawcircle, rectangular paintings in a straight line basis. Program is more suitable for beginners.