MindFusion.Wpf Pack Programmer's Guide
InplaceEditable.GetEditRect Method
See Also
 





Returns the rectangle where the in-place editing text box appears in coordinates relative to the item returned by GetDiagramItem.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

Rect GetEditRect (
    Point mousePosition
)

Visual Basic  Copy Code

Function GetEditRect( _
    mousePosition As Point _
) As Rect

 Parameters

mousePosition
Specifies the mouse position.

 Return Value

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

 See Also

InplaceEditable Members
InplaceEditable Interface
MindFusion.Diagramming.Wpf Namespace