Click or drag to resize

mxGraphViewGetPerimeterPoint Method (mxCellState, mxPoint, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a point that defines the location of the intersection point between the perimeter and the line between the center of the shape and the given point.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxPoint GetPerimeterPoint(
	mxCellState terminal,
	mxPoint next,
	bool orthogonal
)
Request Example View Source

Parameters

terminal
Type: imbSCI.Graph.MXGraph.viewmxCellState
next
Type: imbSCI.Graph.MXGraph.utilsmxPoint
orthogonal
Type: SystemBoolean

Return Value

Type: mxPoint
See Also