C# Class SharpNeat.View.Graph.IOGraphPainter.ConnectionPointInfo

Class used for tracking connection point on nodes when drawing backwards directed connections (target node higher than the source node).
Afficher le fichier Open project: colgreen/sharpneat

Méthodes publiques

Свойство Type Description
_lowerLeft int
_lowerRight int
_upperLeft int
_upperRight int

Property Details

_lowerLeft public_oe property

Running connection count for bottom left of node.
public int _lowerLeft
Résultat int

_lowerRight public_oe property

Running connection count for bottom right of node.
public int _lowerRight
Résultat int

_upperLeft public_oe property

Running connection count for top left of node.
public int _upperLeft
Résultat int

_upperRight public_oe property

Running connection count for top right of node.
public int _upperRight
Résultat int