4 references to DrawImage
System.Drawing.Common.Tests (3)
mono\System.Drawing\GraphicsTests.cs (3)
2567Assert.Throws<ArgumentNullException>(() => g.DrawImage(null, float.MaxValue, float.MinValue)); 2575Assert.Throws<OverflowException>(() => g.DrawImage(bmp, float.MaxValue, float.MinValue)); 2583g.DrawImage(bmp, -40.0f, -40.0f);
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
306graphics.DrawImage(newImage, (float)-offset.X, (float)-offset.Y);