class Inti::Gdk::Region is declared in the header inti/gdk/region.h.
Superclasses. none
Subclasses. none
Public Constructors.
Region () Region (const vector<Point> & points, FillRule rule) Region (const Rectangle & rectangle) Region (const Region & src) Region (GdkRegion * gdk_region, bool copy) |
Public Destructor.
~Region () |
Public Methods.
Region & operator= (const Region& src) Rectangle clipbox () const bool empty () const bool operator== (const Region & rhs) const bool operator!= (const Region & rhs) const bool contains (int x, int y) const bool contains (const Point & point) const OverlapType overlaps (const Rectangle & rect) const void offset (int x, int y) void union_with (const Region & region) void union_with (const Rectangle & rect) void intersection_with (const Region & region) void xor_with (const Region & region) void subtract (const Region & region) GdkRegion * gdk_region () const |