Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoppfrosch/gdipc
Object oriented interface to several GDip-Classes including some extensions - written in AHK V2
https://github.com/hoppfrosch/gdipc
Last synced: 18 days ago
JSON representation
Object oriented interface to several GDip-Classes including some extensions - written in AHK V2
- Host: GitHub
- URL: https://github.com/hoppfrosch/gdipc
- Owner: hoppfrosch
- License: mit
- Created: 2019-03-20T07:15:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T11:07:42.000Z (12 months ago)
- Last Synced: 2024-11-01T11:26:21.336Z (2 months ago)
- Language: AutoHotkey
- Size: 3.38 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GdipC [![AutoHotkey2](https://img.shields.io/badge/Language-AutoHotkey2-red.svg)](https://autohotkey.com/) [![AutoHotkey2](https://img.shields.io/badge/version-AutoHotkey_2.0.a122-orange)](https://www.autohotkey.com/download/2.0/AutoHotkey_2.0-a122-f595abc2.zip)
AutoHotkey implementation of several GDI+ Classes (see [GDI+-Documentation](https://msdn.microsoft.com/en-us/library/windows/desktop/ms534487(v=vs.85).aspx))
and implementation of some class extensions## Usage
Include `GdipC\GdipC.ahk` from the `lib` folder into your project using standard AutoHotkey-include methods.
```autohotkey
#includept := new GdipC.Point(10,20)
```For usage examples have a look at the demo programs in `demos` folder
## Development
For more information on development of this library see [Development documentation](develop.md)