 | CEDBGetWindowPosition Method |
Get the map window's position and dock state
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetWindowPosition(
ref int left,
ref int top,
ref int right,
ref int bottom,
ref int state,
ref int is_floating
)
public void GetWindowPosition(
ref int left,
ref int top,
ref int right,
ref int bottom,
ref int state,
ref int is_floating
)
Public Sub GetWindowPosition (
ByRef left As Integer,
ByRef top As Integer,
ByRef right As Integer,
ByRef bottom As Integer,
ByRef state As Integer,
ByRef is_floating As Integer
)
Public Sub GetWindowPosition (
ByRef left As Integer,
ByRef top As Integer,
ByRef right As Integer,
ByRef bottom As Integer,
ByRef state As Integer,
ByRef is_floating As Integer
)
public:
void GetWindowPosition(
int% left,
int% top,
int% right,
int% bottom,
int% state,
int% is_floating
)
public:
void GetWindowPosition(
int% left,
int% top,
int% right,
int% bottom,
int% state,
int% is_floating
)
member GetWindowPosition :
left : int byref *
top : int byref *
right : int byref *
bottom : int byref *
state : int byref *
is_floating : int byref -> unit
member GetWindowPosition :
left : int byref *
top : int byref *
right : int byref *
bottom : int byref *
state : int byref *
is_floating : 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>EDB_WINDOW_STATE</define> - is_floating
- Type: SystemInt32
Docked or floating <define>EDB_WINDOW_POSITION</define>
See Also