Search
ConnectionPoint.LinkChanges Method
See Also
 






Checks whether the link would change if attached to the specified node at the specified point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual bool LinkChanges (
    DiagramItem item,
    Point point,
    bool isDiagramCoordinate
)

Visual Basic  Copy Code

Public Overridable Function LinkChanges( _
    item As DiagramItem, _
    point As Point, _
    isDiagramCoordinate As Boolean _
) As Boolean

 Parameters

item

The diagram item to attach to.

point

The point where the diagram item would be attached.

isDiagramCoordinate

Indicates whether the point is in diagram or global coordinates.

 Return Value

true if the link would change, otherwise false.

 See Also