Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 989 Bytes

File metadata and controls

23 lines (15 loc) · 989 Bytes

GdipC AutoHotkey2

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

Usage

Include GdipC.ahkfrom the lib folder into your project using standard AutoHotkey-include methods.

#include "gdipc.ahk"
pt := new GdipC.Point(10,20)

Description

Folowing GDI+-classes have been implemented: