2 references to GetBounds
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
818public RectangleF GetBounds(Matrix? matrix) => GetBounds(matrix, null);
System.Drawing.Common.Tests (1)
System\Drawing\Drawing2D\GraphicsPathTests.cs (1)
1132Assert.Equal(rectangle, gp.GetBounds(null, null));