E3DViewer::Resize

Update the size of the 3D viewer window.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void Resize(
   int width,
   int height
)

Parameters

width

Width of the viewer window.

height

Height of the viewer window.

E3DViewer.Resize

Update the size of the 3D viewer window.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void Resize(
   int width,
   int height
)

Parameters

width

Width of the viewer window.

height

Height of the viewer window.