enum Oid::Enum::OriginType

Defined in:

oid/resources/enum/origin_type.cr

Enum Members

UpperLeft = 0
UpperCenter = 1
UpperRight = 2
CenterLeft = 3
Center = 4
CenterRight = 5
BottomLeft = 6
BottomCenter = 7
BottomRight = 8

Instance Method Summary

Instance Method Detail

def bottom_center? #

[View source]
def bottom_left? #

[View source]
def bottom_right? #

[View source]
def center? #

[View source]
def center_left? #

[View source]
def center_right? #

[View source]
def upper_center? #

[View source]
def upper_left? #

[View source]
def upper_right? #

[View source]