Search
IGraphicsPath.GetBounds Method
See Also
 





Returns a rectangle that bounds this IGraphicsPath.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

Rect GetBounds ()

Visual Basic  Copy Code

Function GetBounds () As Rect

 Return Value

A Rectangle that represents a rectangle that bounds this IGraphicsPath.

 See Also