Eulergraph
Preparing search index...
services/SnapService/helpers/findCloseCellBorder
findCloseCellBorder
Function findCloseCellBorder
findCloseCellBorder
(
draggingCells
:
GraphicElement
[]
,
bbox
:
Rect
,
scene
:
Scene2D
,
snapDistance
?:
number
,
)
:
|
{
closest
:
Cell
|
null
;
direction
:
"vertical"
|
"horizontal"
;
fromPoint
:
PointLike
;
offset
?:
PointLike
;
snapPoint
?:
PointLike
;
toPoint
:
PointLike
;
}
|
null
Parameters
draggingCells
:
GraphicElement
[]
bbox
:
Rect
scene
:
Scene2D
snapDistance
:
number
= 5
Returns
|
{
closest
:
Cell
|
null
;
direction
:
"vertical"
|
"horizontal"
;
fromPoint
:
PointLike
;
offset
?:
PointLike
;
snapPoint
?:
PointLike
;
toPoint
:
PointLike
;
}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eulergraph
Loading...