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