Draw Path Points allows you to make line paths for drawing with gdi
You can even load an image and trace the outline
Save and load functionality undo and redo zoom and scale; Don't Forget Rotate!
;Draw Path Points BILGUS 2018
;Includes
#include <File.au3>
#include <GDIPlus.au3>
#include <GUIConstants.au3>
#include <GuiEdit.au3>
#include <GuiListView.au3>
#include <GuiTab.au3>
#include <Misc.au