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 RectangleF GetBounds ()

Visual Basic  Copy Code

Protected Function GetBounds () As RectangleF

 Return Value

A RectangleF structure representing the bounds of the manipulator relative to the document.

 See Also