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
- Host: GitHub
- URL: https://github.com/wtrsltnk/system.drawing
- Owner: wtrsltnk
- Created: 2018-06-28T21:30:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T22:57:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T06:45:34.704Z (over 1 year ago)
- Topics: cpp, system, system-drawing, systemdrawing
- Language: C
- Size: 205 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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