Search
InplaceEditable.GetEditRect Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

RectangleF GetEditRect (
    DiagramItem item,
    PointF mousePosition
)

Visual Basic  Copy Code

Function GetEditRect( _
    item As DiagramItem, _
    mousePosition As PointF _
) As RectangleF

 Parameters

item

The item being edited.

mousePosition
A PointF instance specifying the mouse position.

 Return Value

A .NET RectangleF instance that represents the destination rectangle of the in-place editing control.

 See Also