GraphicsPath::GetBounds Method

 

Returns a rectangle that bounds this GraphicsPath.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodGetBounds()

Returns a rectangle that bounds this GraphicsPath.

System_CAPS_pubmethodGetBounds(Matrix^)

Returns a rectangle that bounds this GraphicsPath when this path is transformed by the specified Matrix.

System_CAPS_pubmethodGetBounds(Matrix^, Pen^)

Returns a rectangle that bounds this GraphicsPath when the current path is transformed by the specified Matrix and drawn with the specified Pen.

Return to top
Show: