NodeDragTo - метод
Пространство имён: Tessa.UI.WorkflowViewer.ShapesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public void DragTo(
double x,
double y,
int step,
bool roundToStep = true
)
Public Sub DragTo (
x As Double,
y As Double,
step As Integer,
Optional roundToStep As Boolean = true
)
public:
virtual void DragTo(
double x,
double y,
int step,
bool roundToStep = true
) sealed
abstract DragTo :
x : float *
y : float *
step : int *
?roundToStep : bool
(* Defaults:
let _roundToStep = defaultArg roundToStep true
*)
-> unit
override DragTo :
x : float *
y : float *
step : int *
?roundToStep : bool
(* Defaults:
let _roundToStep = defaultArg roundToStep true
*)
-> unit
- x Double
-
- y Double
-
- step Int32
-
- roundToStep Boolean (Optional)
-
IDraggableDragTo(Double, Double, Int32, Boolean)