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