enum Vips::Enums::Align

Overview

Various types of alignment.

Defined in:

vips/enums.cr

Enum Members

Low = 0

Align on the low coordinate edge

Centre = 1

Align on the centre.

High = 2

Align on the high coordinate edge

Instance Method Summary

Instance Method Detail

def centre? #

[View source]
def high? #

[View source]
def low? #

[View source]