Mode that moves the image (pans). It doesn’t change any coordinates, it only changes what the viewport is
wx.lib.floatcanvas.GUIMode.GUIBase
, wx.lib.floatcanvas.GUIMode.ZoomWithMouseWheel
Initialize self. See help(type(self)) for accurate signature. |
|
Update gets called if the screen has been repainted in the middle of a zoom in |
Mode that moves the image (pans). It doesn’t change any coordinates, it only changes what the viewport is
Initialize self. See help(type(self)) for accurate signature.
Update gets called if the screen has been repainted in the middle of a zoom in so the Rubber Band Box can get updated. Other GUIModes may require something similar