Click or drag to resize

mxGraphIsCellVisible Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given cell is visible. This implementation returns true if the visible state of the cell in the model is true.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool IsCellVisible(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose visible state should be returned.

Return Value

Type: Boolean
Returns the visible state of the cell.
See Also