enum Cairo::PathDataType

Overview

Used to describe the type of one portion of a path when represented as a Path. See PathData for details.

Defined in:

cairo/path_data_type.cr

Enum Members

MoveTo = 0

A move-to operation.

LineTo = 1

A line-to operation.

CurveTo = 2

A curve-to operation.

ClosePath = 3

A close-path operation.

Instance Method Summary

Instance Method Detail

def close_path? #

[View source]
def curve_to? #

[View source]
def line_to? #

[View source]
def move_to? #

[View source]