"zoomEnabled"

Defines if an area can be selected and zoomed with the left mouse button.

Synopsis

void zoomEnabled(bool enabled);

Parameter

Parameter Description
enabled

TRUE: Zoom with left mouse button is enabled

FALSE: Zoom with left mouse button is disabled

Description

Defines if an area can be selected and zoomed with the left mouse button.

Example

main()
{
  GisViewer_ewo1.zoomEnabled(TRUE);
}

Assignment

GIS-Viewer