Click or drag to resize

mxGraphModelSetGeometry Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
see com.mxgraph.mxIGraphModel.SetGeometry(Object, mxGeometry)

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

Parameters

cell
Type: SystemObject
geometry
Type: imbSCI.Graph.MXGraph.modelmxGeometry

Return Value

Type: mxGeometry

Implements

mxIGraphModelSetGeometry(Object, mxGeometry)
See Also