enum

Vips::Enums::Angle

Inherits Enum / Comparable / Value / Object

Constants

D0 = 0
D90 = 1
D180 = 2
D270 = 3

Instance methods

d0?

Returns true if this enum value equals D0

Source
d180?

Returns true if this enum value equals D180

Source
d270?

Returns true if this enum value equals D270

Source
d90?

Returns true if this enum value equals D90

Source