Search
InplaceEditable.GetEditRect Method
See Also
 






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

 Syntax

C#  Copy Code

Rect GetEditRect (
    Point mousePosition
)

Visual Basic  Copy Code

Function GetEditRect( _
    mousePosition As Point _
) As Rect

 Parameters

mousePosition

A Point instance specifying the mouse position.

 Return Value

A Rect instance that represents the destination rectangle of the in-place edit box.

 See Also