 | CGUISetWindowPosition Method |
Get the Oasis montaj window's position and state
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SetWindowPosition(
int left,
int top,
int right,
int bottom,
int state
)
public static void SetWindowPosition(
int left,
int top,
int right,
int bottom,
int state
)
Public Shared Sub SetWindowPosition (
left As Integer,
top As Integer,
right As Integer,
bottom As Integer,
state As Integer
)
Public Shared Sub SetWindowPosition (
left As Integer,
top As Integer,
right As Integer,
bottom As Integer,
state As Integer
)
public:
static void SetWindowPosition(
int left,
int top,
int right,
int bottom,
int state
)
public:
static void SetWindowPosition(
int left,
int top,
int right,
int bottom,
int state
)
static member SetWindowPosition :
left : int *
top : int *
right : int *
bottom : int *
state : int -> unit
static member SetWindowPosition :
left : int *
top : int *
right : int *
bottom : int *
state : int -> unit
Parameters
- left
- Type: SystemInt32
Window left position - top
- Type: SystemInt32
Window top position - right
- Type: SystemInt32
Window right position - bottom
- Type: SystemInt32
Window bottom position - state
- Type: SystemInt32
Window state <define>WINDOW_STATE</define>
See Also