Gimp.Drawable.get_height

@accepts(Gimp.Drawable)
@returns(int)
def get_height(self):
    # Python wrapper for gimp_drawable_get_height()
  

Returns the height of the drawable.

This procedure returns the specified drawable's height in pixels.

self

The drawable.

Returns