Search
InplaceEditable.GetEditRect Method
See Also
 





Returns the rectangle where the in-place editing control appears (in document coordinates).

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

Rect GetEditRect (
    DiagramItem item,
    Point mousePosition
)

Visual Basic  Copy Code

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

 Parameters

item

The item being edited.

mousePosition
A Microsoft.Maui.Graphics.Point instance specifying the mouse position.

 Return Value

A Microsoft.Maui.Graphics.Rect that represents the destination rectangle of the in-place editing control.

 See Also