Метод | Описание | |
---|---|---|
Clone ( ) : |
Creates copy of graph element.
|
|
GraphElement ( double element, object name ) |
Initializes a new instance of the GraphElement class.
|
public GraphElement ( double element, object name ) | ||
element | double | /// Coordinates of point. /// |
name | object | /// Object name. /// |