Introduction - If you have any usage issues, please Google them yourself
Simple drawing program, contains a the graphics straight line scan algorithm: DDA, the midpoint of the scan line algorithm, Bresenham scan-line algorithm, draw a circle scanning algorithms: the midpoint Circle algorithm and Bresenham scanning algorithms, geometry filling algorithm: seed filling and scan line filling algorithm, etc.