C# 클래스 ConnectionPointInfo, sharpneat-refactor

For tracking connection points on nodes when drawing backwards directed connections, i.e. when the connection target node is vertically higher than the source node.
파일 보기 프로젝트 열기: colgreen/sharpneat-refactor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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