mxGraphInsertVertex Method |
| Name | Description | |
|---|---|---|
| InsertVertex(Object, String, Object, Double, Double, Double, Double) |
Creates and adds a new vertex with an empty style, see AddVertex.
| |
| InsertVertex(Object, String, Object, Double, Double, Double, Double, String) |
Creates and adds a new vertex with an empty style, see AddVertex.
| |
| InsertVertex(Object, String, Object, Double, Double, Double, Double, String, Boolean) |
Adds a new vertex into the given parent using value as the user object
and the given coordinates as the geometry of the new vertex. The id and
style are used for the respective properties of the new cell, which is
returned.
|