PackageDescription: WinGDIPlusInterface


Win GDI Plus Interface

Last published: November 27, 2018 by 'stevek'

Defines 4 Classes
Extends 13 Classes


Minimal interface to image functions of the GDI+ library of Windows.

image := GDIPlusImage fromFile: 'picture.png'.
image displayOn: aGraphicsContext at: position.