Click or drag to resize

mxCellStateGetPerimeterBounds Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the rectangle that should be used as the perimeter of the cell. This implementation adds the perimeter spacing to the rectangle defined by this cell state.

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

Return Value

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