Search
Button.GetBounds Method
See Also
 





Gets the absolute bounding rectangle of this manipulator.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected Rect GetBounds ()

Visual Basic  Copy Code

Protected Function GetBounds () As Rect

 Return Value

A Microsoft.Maui.Graphics.Rect representing the bounds of the manipulator relative to the document.

 See Also