Checks whether the link would change if attached to the specified node at the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual bool LinkChanges ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function LinkChanges( _ |
The diagram item to attach to.
The point where the diagram item would be attached.
Indicates whether the point is in diagram or global coordinates.
true if the link would change, otherwise false.
See Also