Click or drag to resize

CEDBSetWindowArea Method

Note: This API is now obsolete.

Set the location of the database window within the frame.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, Use SetWindowPosition_EDB, which includes multi-monitor support.")]
public void SetWindowArea(
	int x_min,
	int y_min,
	int x_max,
	int y_max
)

[ObsoleteAttribute("Deprecated since unknown, Use SetWindowPosition_EDB, which includes multi-monitor support.")]
public void SetWindowArea(
	int x_min,
	int y_min,
	int x_max,
	int y_max
)

Parameters

x_min
Type: SystemInt32
X Min
y_min
Type: SystemInt32
Y Min
x_max
Type: SystemInt32
X Max
y_max
Type: SystemInt32
Y Max
Remarks
The Coordinates are pixels with 0,0 being the bottom left corner Oasis montaj frame window. if the max values are equal or less than the min values the window will be mimimized. If any Min values are <define>iMIN</define> or any Max values are <define>iMAX</define>, the window is maximized.
See Also