PixelGrabber.getHeight

PixelGrabber.getHeight

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized int getHeight()
Returns
the final height used for the pixel buffer or -1 if the height is not yet known
Description
Get the height of the pixel buffer (after adjusting for image height). If no width was specified for the rectangle of pixels to grab then then this information will only be available after the image has delivered the dimensions.

See Also
getStatus