enum Cairo::RegionOverlap

Overview

Used as the return value for Region#contains_rectangle.

Defined in:

cairo/region_overlap.cr

Enum Members

In = 0

The contents are entirely inside the region.

Out = 1

The contents are entirely outside the region.

Part = 2

The contents are partially inside and partially outside the region.

Instance Method Summary

Instance Method Detail

def in? #

[View source]
def out? #

[View source]
def part? #

[View source]