enum

Vips::Enums::Align

Inherits Enum / Comparable / Value / Object

Various types of alignment.

Constants

Low = 0

Align on the low coordinate edge

Centre = 1

Align on the centre.

High = 2

Align on the high coordinate edge

Instance methods

centre?

Returns true if this enum value equals Centre

Source
high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source