mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 13:28:41 +00:00
Update Kernel.cs
Forgot that
This commit is contained in:
parent
7cf12663e4
commit
9435168e13
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue