Click or drag to resize

mxGraphInsertVertex Method (Object, String, Object, Double, Double, Double, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates and adds a new vertex with an empty style, see AddVertex.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object InsertVertex(
	Object parent,
	string id,
	Object value,
	double x,
	double y,
	double width,
	double height
)
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

Return Value

Type: Object
See Also