3D Window setting parameters.
More...
#include <APIdefs_Environment.h>
|
|
bool | setWindowSize |
| | Resize the 3D window according to the hSize and vSize fields.
|
| |
|
short | hSize |
| | Horizontal size of the 3D window in pixels.
|
| |
|
short | vSize |
| | Vertical size of the 3D window in pixels.
|
| |
|
bool | setZoom |
| | Modify the projection zoom data according to the zoomScaleX, zoomScaleY, zoomDispX and zoomDispY fields.
|
| |
|
double | zoomScaleX |
| | Horizontal scale factor of the projection (ignored if setZoom is false)
|
| |
|
double | zoomScaleY |
| | Vertical scale factor of the projection (ignored if setZoom is false)
|
| |
|
double | zoomDispX |
| | Horizontal offset of the projection (ignored if setZoom is false)
|
| |
|
double | zoomDispY |
| | Vertical offset of the projection (ignored if setZoom is false)
|
| |
3D Window setting parameters.