Click or drag to resize

CGUIGetWindowArea Method

Note: This API is now obsolete.

Get the location of the Oasis montaj window.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void GetWindowArea(
	CGXNETCore gxNetShared,
	ref int min_x,
	ref int min_y,
	ref int max_x,
	ref int max_y
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void GetWindowArea(
	CGXNETCore gxNetShared,
	ref int min_x,
	ref int min_y,
	ref int max_x,
	ref int max_y
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
min_x
Type: SystemInt32
X Min returned
min_y
Type: SystemInt32
Y Min returned
max_x
Type: SystemInt32
X Max returned
max_y
Type: SystemInt32
Y Max returned
Remarks
The Coordinates are pixels with 0,0 being the top left corner of the Screen. if the max values are equal to or less than the min values the window will be mimimized. If any Min values are <define>GS_S4MN</define> or any Max values are <define>GS_S4MX</define>, the window is maximized. See also GetClientWindowArea_GUI.
See Also