4 references to GetBounds
System.Drawing.Common.Tests (4)
System\Drawing\Drawing2D\GraphicsPathTests.cs (4)
1130
Assert.Equal(rectangle, gp.
GetBounds
(null));
1131
Assert.Equal(rectangle, gp.
GetBounds
(matrix));
1731
gp.
GetBounds
(null).Should().BeApproximately(expectedBounds, Delta);
1732
gp.
GetBounds
(matrix).Should().BeApproximately(expectedBounds, Delta);