MindFusion.Wpf Pack Programmer's Guide
ShapeControlPoint.LocationForNode Method
See Also
 





Returns the location of this control point when applied to specified node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Nullable<Point> LocationForNode (
    ShapeNode node,
    bool local
)

Visual Basic  Copy Code

Public Function LocationForNode( _
    node As ShapeNode, _
    local As Boolean _
) As Nullable(Of Point)

 Parameters

node

A ShapeNode that displays the Shape containing this control point.

local

true to return coordinates relative to the node, or false to return ones relative to the diagram.

 Return Value

A Point instance specifying the control point's coordinates.

 See Also

ShapeControlPoint Members
ShapeControlPoint Class
MindFusion.Diagramming.Wpf Namespace