Image.setWidth

Set the image width.

class Image
setWidth
(
this T
)
(
int width
)

Parameters

width int

The width to crop the image to.

Return Value

Type: auto

This image to aid method chaining.

Meta