Returns the rectangle where the in-place edit text box should appear (in document coordinates).
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
Rect GetEditRect ( |
Visual Basic
Copy Code
|
|---|
Function GetEditRect( _ |
The item being edited.
A Point instance specifying the mouse position.
A Rectangle instance that represents the destination rectangle of the in-place edit box.
See Also