Click or drag to resize

CEMAPSetWindowArea Method

Note: This API is now obsolete.

Set the location of the map 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, ")]
public void SetWindowArea(
	int min_x,
	int min_y,
	int max_x,
	int max_y
)

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

Parameters

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 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