Click or drag to resize

mxGraphViewGetPerimeterBounds Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the perimeter bounds for the given terminal, edge pair.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxRectangle GetPerimeterBounds(
	mxCellState terminal,
	double border
)
Request Example View Source

Parameters

terminal
Type: imbSCI.Graph.MXGraph.viewmxCellState
border
Type: SystemDouble

Return Value

Type: mxRectangle
See Also