Update Kernel.cs

Forgot that
This commit is contained in:
KM198912 2020-10-20 16:46:05 +02:00 committed by GitHub
parent 7cf12663e4
commit 9435168e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ namespace GraphicTest
aCanvas.DrawImage(bitmap, new Point(0, 0));
aCanvas.DrawImage(bitmap2, new Point(200, 0));
//Scale Bitmap
aCanvas.DrawScaledImage(bitmap,0,0,50,50);
aCanvas.DrawImage(bitmap,0,0,50,50);
aCanvas.DrawImageAlpha(bitmap3, new Point(0, 300));