Click or drag to resize

mxGeometry Constructor (mxGeometry)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a copy of the given geometry.

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

Parameters

geometry
Type: imbSCI.Graph.MXGraph.modelmxGeometry
Geometry to construct a copy of.
See Also