12 references to Bounds
System.Drawing.Common.Tests (12)
mono\System.Imaging\MetafileTest.cs (10)
68
Assert.Equal(-30, header.
Bounds
.X);
69
Assert.Equal(-40, header.
Bounds
.Y);
70
Assert.Equal(3096, header.
Bounds
.Width);
71
Assert.Equal(4127, header.
Bounds
.Height);
143
Assert.Equal(0, header.
Bounds
.X);
144
Assert.Equal(0, header.
Bounds
.Y);
191
Assert.Equal(0, mh.
Bounds
.X);
192
Assert.Equal(0, mh.
Bounds
.Y);
193
Assert.Equal(0, mh.
Bounds
.Width);
194
Assert.Equal(0, mh.
Bounds
.Height);
System\Drawing\Imaging\MetafileTests.cs (2)
975
Assert.Equal(new Rectangle(0, 0, 0, 0), metafileHeader.
Bounds
);
992
Assert.Equal(new Rectangle(-30, -40, 3096, 4127), header.
Bounds
);