Click or drag to resize

CEMAPTEMPLATEGetWindowArea Method

Note: This API is now obsolete.

Get 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 GetWindowArea(
	ref int min_x,
	ref int min_y,
	ref int max_x,
	ref int max_y
)

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

Parameters

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 bottom left corner Oasis montaj frame window. 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>iMIN</define> and X max and Y max will be <define>iMAX</define>.
See Also