https://github.com/binki/wpfappdrawbitmap
Example of how to do System.Drawing with WPF
https://github.com/binki/wpfappdrawbitmap
Last synced: 8 months ago
JSON representation
Example of how to do System.Drawing with WPF
- Host: GitHub
- URL: https://github.com/binki/wpfappdrawbitmap
- Owner: binki
- License: mit
- Created: 2019-10-31T03:09:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T03:22:27.000Z (over 6 years ago)
- Last Synced: 2025-10-24T14:39:15.018Z (8 months ago)
- Language: C#
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Example of how to draw in WPF using GDI+
([`System.Drawing`](https://docs.microsoft.com/dotnet/api/system.drawing?view=netframework-4.8))-style
[`Bitmap`](https://docs.microsoft.com/dotnet/api/system.drawing.bitmap?view=netframework-4.8)
and
[`Grapics`](https://docs.microsoft.com/dotnet/api/system.drawing.graphics?view=netframework-4.8).
The result is a window with our image drawn in the upper-left corner:
