NodeLayoutPresenterStartMove - метод
Пространство имён: Tessa.UI.WorkflowViewer.LayoutsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public bool StartMove(
IDraggable draggable,
double x,
double y
)
Public Function StartMove (
draggable As IDraggable,
x As Double,
y As Double
) As Boolean
public:
virtual bool StartMove(
IDraggable^ draggable,
double x,
double y
) sealed
abstract StartMove :
draggable : IDraggable *
x : float *
y : float -> bool
override StartMove :
draggable : IDraggable *
x : float *
y : float -> bool
- draggable IDraggable
-
- x Double
-
- y Double
-
BooleanINodeLayoutPresenterStartMove(IDraggable, Double, Double)