Свойство | Тип | Описание | |
---|---|---|---|
CellLeft | |||
CellRight | |||
End | Point | ||
Intersect | Point | ||
Intersected | bool | ||
Left | Point | ||
Right | Point | ||
Start | Point | ||
bSharedBetweenCells | bool |
Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Line ( Point p1, Point p2 ) : System | ||
RemoveSharedLine ( ) : void |
Remove this line from one of the 2 cells
|
|
ToString ( ) : string | ||
operator ( ) : bool |
Test if two lines are eual
|
public Line ( Point p1, Point p2 ) : System | ||
p1 | Point | |
p2 | Point | |
Результат | System |