 | CEDOCSetWindowPosition 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 SetWindowPosition(
int left,
int top,
int right,
int bottom,
int state,
int is_floating
)
public void SetWindowPosition(
int left,
int top,
int right,
int bottom,
int state,
int is_floating
)
Public Sub SetWindowPosition (
left As Integer,
top As Integer,
right As Integer,
bottom As Integer,
state As Integer,
is_floating As Integer
)
Public Sub SetWindowPosition (
left As Integer,
top As Integer,
right As Integer,
bottom As Integer,
state As Integer,
is_floating As Integer
)
public:
void SetWindowPosition(
int left,
int top,
int right,
int bottom,
int state,
int is_floating
)
public:
void SetWindowPosition(
int left,
int top,
int right,
int bottom,
int state,
int is_floating
)
member SetWindowPosition :
left : int *
top : int *
right : int *
bottom : int *
state : int *
is_floating : int -> unit
member SetWindowPosition :
left : int *
top : int *
right : int *
bottom : int *
state : int *
is_floating : 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>EDOC_WINDOW_STATE</define> - is_floating
- Type: SystemInt32
Docked or floating <define>EDOC_WINDOW_POSITION</define>
See Also