AutoHotkey implementation of several GDI+ Classes (see GDI+-Documentation)
This library uses AutoHotkey Version 2.
This repository only offers the released version of this library - development is taking place under GdipC-develop
Include GdipC.ahk
from the lib
folder into your project using standard AutoHotkey-include methods.
#include "gdipc.ahk"
pt := new GdipC.Point(10,20)
Folowing GDI+-classes have been implemented: