Usages of LayoutBend
Properties
bends | in LayoutEdge | Gets a live view of the bends along this edge. | |
bends | in LayoutGraph | Provides an IEnumerable<T> of LayoutBends, allowing iteration over all bends of the edges of the graph. |
Method Return Values
addBend (LayoutEdge, number, number, LayoutBend?, RelativePosition?) | in LayoutGraph | Creates a new bend point for the given edge with the specified coordinates. |
Method Parameters
addBend (LayoutEdge, number, number, LayoutBend?, RelativePosition?) | in LayoutGraph | Creates a new bend point for the given edge with the specified coordinates. | |
contains (LayoutBend) | in LayoutGraph | Determines whether this graph contains the specified bend. | |
remove (LayoutBend) | in LayoutGraph | Removes the given bend from the edge it belongs to and thus from this graph. |