Tutorial Description - Drawing a polygon
This tutorial teaches you how to draw a polygon using the windows API.
This short tutorial teaches you how draw polygons using the windows API. The windows API are the functions that windows uses to run so you should be careful using them as they can crash windows.
First we have to declare the API at the top of our code.