Image.setHeight

Set the image height.

class Image
setHeight
(
this T
)
(
int height
)

Parameters

height int

The height to crop the image to.

Return Value

Type: auto

This image to aid method chaining.

Meta