 | CEDOCSetWindowArea Method |
Note: This API is now obsolete.
Set 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 SetWindowArea(
int min_x,
int min_y,
int max_x,
int max_y
)
[ObsoleteAttribute("Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")]
public void SetWindowArea(
int min_x,
int min_y,
int max_x,
int max_y
)
<ObsoleteAttribute("Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")>
Public Sub SetWindowArea (
min_x As Integer,
min_y As Integer,
max_x As Integer,
max_y As Integer
)
<ObsoleteAttribute("Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")>
Public Sub SetWindowArea (
min_x As Integer,
min_y As Integer,
max_x As Integer,
max_y As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")]
void SetWindowArea(
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 SetWindowArea(
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 SetWindowArea :
min_x : int *
min_y : int *
max_x : int *
max_y : int -> unit
[<ObsoleteAttribute("Deprecated since unknown, Use GetWindowPosition_EDOC, which includes multi-monitor support.")>]
member SetWindowArea :
min_x : int *
min_y : int *
max_x : int *
max_y : int -> unit
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