项目作者: AutoHotkey-V2

项目描述 :
AutoHotkey2 implementation of several GDI+ Classes
高级语言: AutoHotkey
项目地址: git://github.com/AutoHotkey-V2/GdipC.git
创建时间: 2017-09-07T11:55:37Z
项目社区:https://github.com/AutoHotkey-V2/GdipC

开源协议:

下载


GdipC AutoHotkey2

AutoHotkey implementation of several GDI+ Classes (see GDI+-Documentation.aspx))

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.

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

Description

Folowing GDI+-classes have been implemented: