Gets the absolute bounding rectangle of this manipulator.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected RectangleF GetBounds () |
Visual Basic
Copy Code
|
|---|
Protected Function GetBounds () As RectangleF |
A RectangleF structure representing the bounds of the manipulator relative to the document.
See Also