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

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

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:

![window with image drawn in upper-left corner](https://i.imgur.com/cZ6moMq.png)