Click or drag to resize

WindowmoveBy Method

Moves the window by a specified amount.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void moveBy(
	int deltaLeft,
	int deltaTop,
	AckCallback callback = null,
	AckCallback errorCallback = null
)

Parameters

deltaLeft
Type: SystemInt32
The change in the left position of the window.
deltaTop
Type: SystemInt32
The change in the top position of the window.
callback (Optional)
Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method succeeds.
errorCallback (Optional)
Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails. The reason for failure is passed as an argument.
See Also