Search
IGraphicsPath.GetBounds Method
See Also
 






Returns a rectangle that bounds this IGraphicsPath.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

Rectangle GetBounds ()

Visual Basic  Copy Code

Function GetBounds () As Rectangle

 Return Value

A Rectangle that represents a rectangle that bounds this IGraphicsPath.

 See Also