C# Class SharpNeat.View.Graph.GridLayoutManager

An ILayoutManager that positions nodes evenly spaced out on a grid.
Inheritance: ILayoutManager
Afficher le fichier Open project: colgreen/sharpneat

Méthodes publiques

Méthode Description
Layout ( IOGraph graph, Size layoutArea ) : void

Layout nodes evenly spaced out on a grid.

Private Methods

Méthode Description
UpdateModelBounds ( GraphNode node, Size &bounds ) : void

Method Details

Layout() public méthode

Layout nodes evenly spaced out on a grid.
public Layout ( IOGraph graph, Size layoutArea ) : void
graph IOGraph The network/graph structure to be laid out.
layoutArea System.Drawing.Size The area the structure is to be laid out on.
Résultat void