Skip to content

AutoHotkey2 implementation of several GDI+ Classes

Notifications You must be signed in to change notification settings

AutoHotkey-V2/GdipC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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:

About

AutoHotkey2 implementation of several GDI+ Classes

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published