E3DViewer::SetPosition
Sets the position of the 3D viewer window.
Namespace: Euresys::Open_eVision_2_13::Easy3D
[C++]
void SetPosition(
int orgX,
int orgY,
int width,
int height
)
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.
E3DViewer.SetPosition
Sets the position of the 3D viewer window.
Namespace: Euresys.Open_eVision_2_13.Easy3D
[C#]
void SetPosition(
int orgX,
int orgY,
int width,
int height
)
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.