Returns the location of this control point when applied to specified node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<Point> LocationForNode ( |
Visual Basic
Copy Code
|
|---|
Public Function LocationForNode( _ |
A Point instance specifying the control point's coordinates.
See Also