 | CGUIGetWindowPosition Method |
Get the Oasis montaj window's position state
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetWindowPosition(
ref int left,
ref int top,
ref int right,
ref int bottom,
ref int state
)
public static void GetWindowPosition(
ref int left,
ref int top,
ref int right,
ref int bottom,
ref int state
)
Public Shared Sub GetWindowPosition (
ByRef left As Integer,
ByRef top As Integer,
ByRef right As Integer,
ByRef bottom As Integer,
ByRef state As Integer
)
Public Shared Sub GetWindowPosition (
ByRef left As Integer,
ByRef top As Integer,
ByRef right As Integer,
ByRef bottom As Integer,
ByRef state As Integer
)
public:
static void GetWindowPosition(
int% left,
int% top,
int% right,
int% bottom,
int% state
)
public:
static void GetWindowPosition(
int% left,
int% top,
int% right,
int% bottom,
int% state
)
static member GetWindowPosition :
left : int byref *
top : int byref *
right : int byref *
bottom : int byref *
state : int byref -> unit
static member GetWindowPosition :
left : int byref *
top : int byref *
right : int byref *
bottom : int byref *
state : int byref -> 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