| ExternalWindowmoveBy Method  | 
 
                Moves the window by a specified amount.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxvoid moveBy(
	int deltaLeft,
	int deltaTop,
	ExternalWindowAckResult result
)
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.
- result
- Type: Openfin.DesktopExternalWindowAckResult
 Notifies the desktop of success/failure of this action
 See Also
See Also