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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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