Search
InplaceEditable.GetEditRect Method
See Also
 






Returns the rectangle where the in-place edit text box should appear (in document coordinates).

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

Rect GetEditRect (
    DiagramItem item,
    Point position
)

Visual Basic  Copy Code

Function GetEditRect( _
    item As DiagramItem, _
    position As Point _
) As Rect

 Parameters

item

The item being edited.

position

A Point instance specifying the mouse position.

 Return Value

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

 See Also