MindFusion.Diagramming for JavaScript Programmer's Guide

Edge.changeOrigin Method

See Also
 





Changes the origin of the current edge to the specified vertex.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function changeOrigin (vertex)

 Parameters

vertex

The new origin of the edge.

 See Also