Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 354 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 354 Bytes

About go-gdiplus

This is a GDI+ wrapper package for the Go Programming Language. It includes the flat api and a lightweight object-oriented version around the flat api

Installation

Simply run

go get -u github.com/shahfarhadreza/go-gdiplus

Using

Simply import the package this way to use it

import "github.com/shahfarhadreza/go-gdiplus"