Click or drag to resize

mxIGraphModelSetGeometry Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the geometry of the given cell.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
mxGeometry SetGeometry(
	Object cell,
	mxGeometry geometry
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose geometry should be changed.
geometry
Type: imbSCI.Graph.MXGraph.modelmxGeometry
Object that defines the new geometry.

Return Value

Type: mxGeometry
See Also