enum Eagle::DrawMode

Overview

Whether a shape is filled or drawn as an outline.

Defined in:

eagle/graphics/graphics.cr

Enum Members

Fill = 0

Filled shapes.

Line = 1

Outlines, using Graphics#line_width.

Instance Method Summary

Instance Method Detail

def fill? #

Returns true if this enum value equals Fill


def line? #

Returns true if this enum value equals Line