Click or drag to resize

CGUISetWindowArea Method

Note: This API is now obsolete.

Set 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 SetWindowArea(
	CGXNETCore gxNetShared,
	int min_x,
	int min_y,
	int max_x,
	int max_y
)

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

Parameters

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