Click or drag to resize

CEDB.SetWindowPosition Method

Get the map window's position and dock state

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetWindowPosition(
	int left,
	int top,
	int right,
	int bottom,
	int state,
	int is_floating
)

public void SetWindowPosition(
	int left,
	int top,
	int right,
	int bottom,
	int state,
	int is_floating
)

Parameters

left
Type: System.Int32
Window left position
top
Type: System.Int32
Window top position
right
Type: System.Int32
Window right position
bottom
Type: System.Int32
Window bottom position
state
Type: System.Int32
Window state <define>EDB_WINDOW_STATE</define>
is_floating
Type: System.Int32
Docked or floating <define>EDB_WINDOW_POSITION</define>
See Also