C# 클래스 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).
파일 보기 프로젝트 열기: colgreen/sharpneat

공개 프로퍼티들

프로퍼티 타입 설명
_lowerLeft int
_lowerRight int
_upperLeft int
_upperRight int

프로퍼티 상세

_lowerLeft 공개적으로 프로퍼티

Running connection count for bottom left of node.
public int _lowerLeft
리턴 int

_lowerRight 공개적으로 프로퍼티

Running connection count for bottom right of node.
public int _lowerRight
리턴 int

_upperLeft 공개적으로 프로퍼티

Running connection count for top left of node.
public int _upperLeft
리턴 int

_upperRight 공개적으로 프로퍼티

Running connection count for top right of node.
public int _upperRight
리턴 int