GimpUi.Preview.get_bounds

@accepts(GimpUi.Preview, int, int, int, int)
@returns(none)
def get_bounds(self, xmin, ymin, xmax, ymax):
    # Python wrapper for gimp_preview_get_bounds()
  
self

A GimpUi.Preview:

xmin

Lower bound for x

ymin

Lower bound for y

xmax

Higher bound for x

ymax

Higher bound for y