enum

Vips::Enums::Size

Inherits Enum / Comparable / Value / Object

Constants

Both = 0
Up = 1
Down = 2
Force = 3

Instance methods

both?

Returns true if this enum value equals Both

Source
down?

Returns true if this enum value equals Down

Source
force?

Returns true if this enum value equals Force

Source
up?

Returns true if this enum value equals Up

Source