Returns a rectangle that bounds this System.Drawing.Drawing2D.GraphicsPath.
![]()
A System.Drawing.RectangleF that represents a rectangle that bounds this System.Drawing.Drawing2D.GraphicsPath.
The size of the returned bounding rectangle is influenced by the type of end caps, pen width, and pen miter limit, and therefore produces a "loose fit" to the bounded path. The approximate formula is: the initial bounding rectangle is inflated by pen width, and this result is multiplied by the miter limit, plus some additional margin to allow for end caps.