Returns a rectangle that bounds this IGraphicsPath.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
Rect GetBounds () |
Visual Basic
Copy Code
|
|---|
Function GetBounds () As Rect |
A Rectangle that represents a rectangle that bounds this IGraphicsPath.
See Also