ZKWeb.System.Drawing
ZKWeb.System.Drawing copied to clipboard
.Net Core compatible System.Drawing implementation modified from mono project.
Hello. The project itself is an ASP.NET Core Application, and I wish to draw some images with more code. On Windows it runs normally when I start the program with...
I am using Windows 10 and installed ZKWeb.System Drawing 4.0.1. I added a simple Bitmap initialization line to the code. While debugging the my sample application on Android emulator, libgdiplus.dll...
I want to use PrintDocument in .net core. Is there any way through which I can achieve that? I want the following implementation: ``` public void Print() { PrintDocument pdPrint...
see: http://stackoverflow.com/questions/11398325/a-null-reference-or-invalid-value-was-found-gdi-status-invalidparameter code trigger this bug is ``` newImg.SetResolution(img.HorizontalResolution, img.VerticalResolution) ```
It maybe an excepted behavior, just record it.