Click or drag to resize

mxCell Constructor (Object, mxGeometry, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new cell for the given value, geometry and style.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxCell(
	Object value,
	mxGeometry geometry,
	string style
)
Request Example View Source

Parameters

value
Type: SystemObject
Value that represents the user object.
geometry
Type: imbSCI.Graph.MXGraph.modelmxGeometry
Geometry of the cell to be created.
style
Type: SystemString
Style of the cell to be created.
See Also