Next:
Gtk2::Gdk::Rgb
Previous:
Gtk2::Gdk::Rectangle
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Gtk2::Gdk::Region



NAME

Gtk2::Gdk::Region

HIERARCHY

  Glib::Boxed
  +----Gtk2::Gdk::Region

METHODS

region = Gtk2::Gdk::Region->new

rectangle = $region->get_clipbox

boolean = $region->empty

boolean = $region1->equal ($region2)

$source1->intersect ($source2)

$region->offset ($dx, $dy)

boolean = $region->point_in ($x, $y)

region = Gtk2::Gdk::Region->polygon ($points_ref, $fill_rule)

overlaptype = $region->rect_in ($rect)

region = Gtk2::Gdk::Region->rectangle ($rectangle)

list = $region->get_rectangles

Returns a list of rectangles (Gtk2::Gdk::Rectangle's), the area covered by the region.

$region->shrink ($dx, $dy)

$region->spans_intersect_foreach ($spans_ref, $sorted, $func, $data=undef)

$source1->subtract ($source2)

$source1->union ($source2)

$region->union_with_rect ($rect)

$source1->xor ($source2)

ENUMS AND FLAGS

enum Gtk2::Gdk::FillRule

enum Gtk2::Gdk::OverlapType

SEE ALSO

Gtk2, Glib::Boxed

COPYRIGHT

Copyright (C) 2003-2008 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.


[Top] Generated by Marek::Pod::HTML 0.49 on Wed Dec 16 23:02:00 2009