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