Click or drag to resize

mxConnectionConstraint Constructor (mxPoint, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new connection constraint for the given point and boolean arguments.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxConnectionConstraint(
	mxPoint point,
	bool perimeter
)
Request Example View Source

Parameters

point
Type: imbSCI.Graph.MXGraph.utilsmxPoint
Optional mxPoint that specifies the fixed location of the point in relative coordinates. Default is null.
perimeter
Type: SystemBoolean
Optional boolean that specifies if the fixed point should be projected onto the perimeter of the terminal. Default is true.
See Also