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