enum Glint::Shape::OutlinePosition

Overview

Where a Shape's outline is positioned relative to the fill area.

Defined in:

glint/game_object/shape/shape.cr

Enum Members

Centered = 0

Overlaps the edge of the fill.

Inside = 1

Inside the edge of the fill.

Outside = 2

Outside the edge of the fill.

Instance Method Summary

Instance Method Detail

def centered? #

[View source]
def inside? #

[View source]
def outside? #

[View source]