enum Vips::Enums::CompassDirection

Defined in:

vips/enums.cr

Enum Members

Centre = 0
North = 1
East = 2
South = 3
West = 4
NorthEast = 5
SouthEast = 6
SouthWest = 7
NorthWest = 8

Instance Method Summary

Instance Method Detail

def centre? #

[View source]
def east? #

[View source]
def north? #

[View source]
def north_east? #

[View source]
def north_west? #

[View source]
def south? #

[View source]
def south_east? #

[View source]
def south_west? #

[View source]
def west? #

[View source]