Class: Wx::RegionContain

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/region.rb

Overview

Types of results returned from a call to Wx::Region#contains.

Constant Summary collapse

OutRegion =

The specified value is not contained within this region.

Wx::RegionContain.new(0)
PartRegion =

The specified value is partially contained within this region.

Wx::RegionContain.new(1)
InRegion =

The specified value is fully contained within this region.

Wx::RegionContain.new(2)