An open API service indexing awesome lists of open source software.

https://github.com/wtrsltnk/system.drawing

Partial c++ implementation of .NET System.rawing classes
https://github.com/wtrsltnk/system.drawing

cpp system system-drawing systemdrawing

Last synced: about 1 month ago
JSON representation

Partial c++ implementation of .NET System.rawing classes

Awesome Lists containing this project

README

          

# system.drawing

Partial c++ implementation of .NET System.rawing classes.

Currently supported classes, structures and enumerations are:

- Bitmap
- Color
- GraphicsUnit
- Image
- Point
- PointF
- Rectangle
- RectangleF
- RotateFlipType
- Size
- SizeF
- BitmapData
- ColorPalette
- ImageFormat
- ImageLockMode
- PixelFormat

### Todo

- Add Font class with everything needed for that