Click or drag to resize

mxGraphCreateVertex Method (Object, String, Object, Double, Double, Double, Double, String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new vertex to be used in insertVertex.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object CreateVertex(
	Object parent,
	string id,
	Object value,
	double x,
	double y,
	double width,
	double height,
	string style,
	bool relative
)
Request Example View Source

Parameters

parent
Type: SystemObject
id
Type: SystemString
value
Type: SystemObject
x
Type: SystemDouble
y
Type: SystemDouble
width
Type: SystemDouble
height
Type: SystemDouble
style
Type: SystemString
relative
Type: SystemBoolean

Return Value

Type: Object
See Also