Returns a rectangle in the control's client area where the specified node is projected.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Rectangle GetProjectionRect ( |
Visual Basic
Copy Code
|
|---|
Public Function GetProjectionRect( _ |
A Rectangle instance specifying the node position in the control's client area.
See Also