Click or drag to resize

WindowmoveToSync Method

Moves the window to a specified location. synchronously

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void moveToSync(
	int left,
	int top,
	int width,
	int height
)

Parameters

left
Type: SystemInt32
The left position of the window.
top
Type: SystemInt32
The top position of the window.
width
Type: SystemInt32
The window's new width
height
Type: SystemInt32
The window's new height
See Also