GimpUi.ZoomPreview.get_factor

@accepts(GimpUi.ZoomPreview)
@returns(float)
def get_factor(self):
    # Python wrapper for gimp_zoom_preview_get_factor()
  

Returns the zoom factor the preview is currently using.

Since 2.4

self

a GimpUi.ZoomPreview widget

Returns