 | CEDOCGetWindowArea Method |
Note: This API is now obsolete.
Get the location of the document 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 GetWindowPosition_EDOC, which includes multi-monitor support.")]
public void GetWindowArea(
ref int min_x,
ref int min_y,
ref int max_x,
ref int max_y
)
[ObsoleteAttribute("Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")]
public void GetWindowArea(
ref int min_x,
ref int min_y,
ref int max_x,
ref int max_y
)
<ObsoleteAttribute("Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")>
Public Sub GetWindowArea (
ByRef min_x As Integer,
ByRef min_y As Integer,
ByRef max_x As Integer,
ByRef max_y As Integer
)
<ObsoleteAttribute("Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")>
Public Sub GetWindowArea (
ByRef min_x As Integer,
ByRef min_y As Integer,
ByRef max_x As Integer,
ByRef max_y As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")]
void GetWindowArea(
int% min_x,
int% min_y,
int% max_x,
int% max_y
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")]
void GetWindowArea(
int% min_x,
int% min_y,
int% max_x,
int% max_y
)
[<ObsoleteAttribute("Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")>]
member GetWindowArea :
min_x : int byref *
min_y : int byref *
max_x : int byref *
max_y : int byref -> unit
[<ObsoleteAttribute("Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")>]
member GetWindowArea :
min_x : int byref *
min_y : int byref *
max_x : int byref *
max_y : int byref -> unit
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