OOF2: The Manual

Name

OOF.Graphics_n.Settings.Zoom.OutFocussed — Magnify the image about a mouse click.

Synopsis

OOF.Graphics_n.Settings.Zoom.OutFocussed(focus)

Details

  • Parent Menu: OOF.Graphics_n.Settings.Zoom
  • Callback: function GhostGfxWindow.zoomOutFocussed in module ooflib.common.IO.ghostgfxwindow
  • Parameters:

    focus
    Point to demagnify about. Type: A Point object (eg, Point(1.1, 2.0)).

Description

Demagnify the graphics display by the current zoom factor, keeping the mouse click position fixed.