Search
PathNode Constructor
See Also
 





Initializes a new instance of the PathNode class.

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Layout

 Syntax

C#  Copy Code

public PathNode (
    int x,
    int y
)

Visual Basic  Copy Code

Public New ( _
    x As Integer, _
    y As Integer _
)

 Parameters

x

y

 See Also