diff --git a/Tests/Kernels/GraphicTest/Kernel.cs b/Tests/Kernels/GraphicTest/Kernel.cs index 61951432c..ab9d54f59 100644 --- a/Tests/Kernels/GraphicTest/Kernel.cs +++ b/Tests/Kernels/GraphicTest/Kernel.cs @@ -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));