Click or drag to resize

mxGraphIsOrthogonal Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if perimeter points should be computed such that the resulting edge has only horizontal or vertical segments.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool IsOrthogonal(
	mxCellState edge
)
Request Example View Source

Parameters

edge
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state that represents the edge.

Return Value

Type: Boolean
True if the edge is orthogonal.
See Also