InplaceEditable.GetEditRect implementation.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public RectangleF GetEditRect ( |
Visual Basic
Copy Code
|
|---|
Public Function GetEditRect( _ |
The item being edited.
A PointF instance specifying the mouse position.
A RectangleF specifying position of in-place edit control.
See Also