enum Lime::Drawables::Rectangle::Type

Overview

The type of a Rectangle.

Defined in:

lime/drawables.cr

Enum Members

Default = 0

The default rectangle type. It looks like this:

┌────┐
│    │
└────┘
Double = 1

Like the default type but with doubled lines:

╔════╗
║    ║
╚════╝
Round = 2

Like the default type but with round corners:

╭────╮
│    │
╰────╯

Instance Method Summary

Instance Method Detail

def default? #

[View source]
def double? #

[View source]
def round? #

[View source]