formZ SDK | 5.0 API Reference | Project | Window Manager
Description
Window zoom option parameters.
enum fz_wind_zoom_opts_parm_enum {
FZ_WIND_ZOOM_OPTS_ZOOM_BY,
FZ_WIND_ZOOM_OPTS_IN_BY,
FZ_WIND_ZOOM_OPTS_OUT_BY,
FZ_WIND_ZOOM_OPTS_PROP,
FZ_WIND_ZOOM_OPTS_FIT_BORDER,
FZ_WIND_ZOOM_OPTS_FIT_LIGHT,
FZ_WIND_ZOOM_OPTS_FIT_VIEW_CAM,
FZ_WIND_ZOOM_OPTS_FIT_SELECTED };
Members
FZ_WIND_ZOOM_OPTS_ZOOM_BY
Indicates whether zoom is by center (FALSE) or corners (TRUE).
Type: fzrt_boolean
Default Value: FALSE
FZ_WIND_ZOOM_OPTS_IN_BY
Indicates the percent to zoom in by. (1.0 = 100%)
Type: double
Default Value: 0.75
FZ_WIND_ZOOM_OPTS_OUT_BY
Indicates the percent to zoom out by. (1.0 = 100%)
Type: double
Default Value: 0.75
FZ_WIND_ZOOM_OPTS_PROP
When set, when a change to FZ_WIND_ZOOM_OPTS_IN_BY, FZ_WIND_ZOOM_OPTS_OUT_BY
automatically adjusts to its inverse value and vice versa.
When off, the values are independent.
Type: fzrt_boolean
Default Value: TRUE
FZ_WIND_ZOOM_OPTS_FIT_BORDER
Indicates the percentage used to reduce the size of the window before executing the fit all operation.
Type: double
FZ_WIND_ZOOM_OPTS_FIT_LIGHT
When set, the lights are taken into consideration when fitting the content of the project in the fit all operation.
Type: fzrt_boolean
Default Value: FALSE
FZ_WIND_ZOOM_OPTS_FIT_VIEW_CAM
When set and a camera is displayed, the camera's graphic representation is taken into consideration when fitting the content of the project in the fit all operation.
Type: fzrt_boolean
Default Value: FALSE
FZ_WIND_ZOOM_OPTS_FIT_SELECTED
When set, only selected entities are taken into consideration when fitting the content of the project in the fit all operation.
Type: fzrt_boolean
Default Value: FALSE
Availability
5.0.0.0
Defined in