C# Класс SharpNeat.View.Graph.GraphNode

Represents a node in a graph.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GraphNode ( string tag ) : System.Collections.Generic

Constructs with the provided string tag.

GraphNode ( string tag, Point position ) : System.Collections.Generic

Constructs with the provided string tag and position.

GraphNode ( string tag, Point position, object auxData ) : System.Collections.Generic

Constructs with the provided string tag, position and auxiliary data.

GraphNode ( string tag, Point position, object auxData, int depth ) : System.Collections.Generic

Constructs with the provided string tag, position, auxiliary data and node depth.

Описание методов

GraphNode() публичный Метод

Constructs with the provided string tag.
public GraphNode ( string tag ) : System.Collections.Generic
tag string
Результат System.Collections.Generic

GraphNode() публичный Метод

Constructs with the provided string tag and position.
public GraphNode ( string tag, Point position ) : System.Collections.Generic
tag string
position System.Drawing.Point
Результат System.Collections.Generic

GraphNode() публичный Метод

Constructs with the provided string tag, position and auxiliary data.
public GraphNode ( string tag, Point position, object auxData ) : System.Collections.Generic
tag string
position System.Drawing.Point
auxData object
Результат System.Collections.Generic

GraphNode() публичный Метод

Constructs with the provided string tag, position, auxiliary data and node depth.
public GraphNode ( string tag, Point position, object auxData, int depth ) : System.Collections.Generic
tag string
position System.Drawing.Point
auxData object
depth int
Результат System.Collections.Generic