20 references to GetBounds
System.Drawing.Common.Tests (20)
mono\System.Drawing.Imaging\BmpCodecTests.cs (5)
46RectangleF rect = bmp.GetBounds(ref unit); 112RectangleF rect = bmp.GetBounds(ref unit); 178RectangleF rect = bmp.GetBounds(ref unit); 365RectangleF rect = bmp.GetBounds(ref unit); 496RectangleF rect = bmp.GetBounds(ref unit);
mono\System.Drawing.Imaging\GifCodecTests.cs (1)
43RectangleF rect = bmp.GetBounds(ref unit);
mono\System.Drawing.Imaging\IconCodecTests.cs (6)
70RectangleF rect = bmp.GetBounds(ref unit); 219RectangleF rect = bmp.GetBounds(ref unit); 424RectangleF rect = bmp.GetBounds(ref unit); 646RectangleF rect = bmp.GetBounds(ref unit); 904RectangleF rect = bmp.GetBounds(ref unit); 1837RectangleF rect = bmp.GetBounds(ref unit);
mono\System.Drawing.Imaging\JpegCodecTests.cs (2)
45RectangleF rect = bmp.GetBounds(ref unit); 172RectangleF rect = bmp.GetBounds(ref unit);
mono\System.Drawing.Imaging\PngCodecTests.cs (3)
45RectangleF rect = bmp.GetBounds(ref unit); 247RectangleF rect = bmp.GetBounds(ref unit); 355RectangleF rect = bmp.GetBounds(ref unit);
mono\System.Drawing.Imaging\TiffCodecTests.cs (1)
45RectangleF rect = bmp.GetBounds(ref unit);
System\Drawing\Imaging\MetafileTests.cs (2)
968Assert.Equal(new Rectangle(0, 0, 1, 1), metafile.GetBounds(ref graphicsUnit)); 984Assert.Equal(new Rectangle(-30, -40, 3096, 4127), metafile.GetBounds(ref graphicsUnit));