E3DViewer::SetPosition

Sets the position of the 3D viewer window.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SetPosition(
   int orgX,
   int orgY,
   int width,
   int height,
   void* hWndInsertAfter
)

Parameters

orgX

X coordinate of the top left corner of the viewer window.

orgY

Y coordinate of the top left corner of the viewer window.

width

Width of the viewer window.

height

Height of the viewer window.

hWndInsertAfter

A handle to the window to precede the positioned window in the Z order. Only useful with EUIAPI_Win32. see https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowpos

E3DViewer.SetPosition

Sets the position of the 3D viewer window.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SetPosition(
   int orgX,
   int orgY,
   int width,
   int height,
   IntPtr hWndInsertAfter
)

Parameters

orgX

X coordinate of the top left corner of the viewer window.

orgY

Y coordinate of the top left corner of the viewer window.

width

Width of the viewer window.

height

Height of the viewer window.

hWndInsertAfter

A handle to the window to precede the positioned window in the Z order. Only useful with Win32. see https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowpos