Click or drag to resize

mxIGraphModelIsVisible Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given cell is visible.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
bool IsVisible(
	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 given cell.
See Also