Click or drag to resize

mxCellStateGetPerimeterBounds Method (Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the rectangle that should be used as the perimeter of the cell.

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

Parameters

border
Type: SystemDouble

Return Value

Type: mxRectangle
Returns the rectangle that defines the perimeter.
See Also