Search
DiagramView3D.GetProjectionRect Method
See Also
 





Returns a rectangle in the control's client area where the specified node is projected.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Rectangle GetProjectionRect (
    DiagramNode node
)

Visual Basic  Copy Code

Public Function GetProjectionRect( _
    node As DiagramNode _
) As Rectangle

 Parameters

node
A DiagramNode displayed inside this DiagramView3D.

 Return Value

A Rectangle instance specifying the node position in the control's client area.

 See Also