NodeProcessorHelperGetIntersection - метод |
Вычисляет пересечение (его тип)
Пространство имён:
Tessa.UI.WorkflowViewer.Helpful
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static Intersections GetIntersection(
double left,
double right,
double top,
double bottom,
Point previous,
Point current,
Point? next
)
Public Shared Function GetIntersection (
left As Double,
right As Double,
top As Double,
bottom As Double,
previous As Point,
current As Point,
next As Point?
) As Intersections
public:
static Intersections GetIntersection(
double left,
double right,
double top,
double bottom,
Point previous,
Point current,
Nullable<Point> next
)
static member GetIntersection :
left : float *
right : float *
top : float *
bottom : float *
previous : Point *
current : Point *
next : Nullable<Point> -> Intersections
Параметры
- left
- Тип: SystemDouble
Левая граница ноды - right
- Тип: SystemDouble
Права границы ноды - top
- Тип: SystemDouble
Верхняя граница ноды - bottom
- Тип: SystemDouble
Нижняя граница ноды - previous
- Тип: System.WindowsPoint
Точка, предшествующая рассматриваемой - current
- Тип: System.WindowsPoint
Рассматриваемая точка - next
- Тип: SystemNullablePoint
Точка, следующая за рассметриваемой, если есть
Возвращаемое значение
Тип:
IntersectionsВозвращает тип пересечения ноды стрелкой
См. также