Search
DiagramView3D.ResetProjection Method
See Also
 





Invalidates the view and causes the node projections to be recalculated.

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

 Syntax

C#  Copy Code

public void ResetProjection ()

Visual Basic  Copy Code

Public Sub ResetProjection ()

 Remarks

Call this method after changing the positions of nodes or their appearance properties.

 See Also