From da1e556ee28fc469e49328c1adbeb14432b7d9b3 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Mon, 31 May 2004 16:52:11 +0000 Subject: [PATCH] 2004-05-31 Mike Kestner * en/Gdk/Rectangle.xml : docs for newly changed Isect and Union. svn path=/trunk/gtk-sharp/; revision=28559 --- doc/ChangeLog | 4 +++ doc/en/Gdk/Rectangle.xml | 71 ++++++++++++++++++++-------------------- 2 files changed, 39 insertions(+), 36 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 199a386bc..4177af65a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-31 Mike Kestner + + * en/Gdk/Rectangle.xml : docs for newly changed Isect and Union. + 2004-05-28 Mike Kestner * Makefile.am : fix disthook diff --git a/doc/en/Gdk/Rectangle.xml b/doc/en/Gdk/Rectangle.xml index 1e195d506..16adda32a 100644 --- a/doc/en/Gdk/Rectangle.xml +++ b/doc/en/Gdk/Rectangle.xml @@ -47,41 +47,6 @@ To be added - - - Method - - System.Boolean - - - - - - - To be added - To be added: an object of type 'Gdk.Rectangle' - To be added: an object of type 'Gdk.Rectangle' - To be added: an object of type 'bool' - To be added - - - - - Method - - System.Void - - - - - - - To be added - To be added: an object of type 'Gdk.Rectangle' - To be added: an object of type 'Gdk.Rectangle' - To be added - - Constructor @@ -180,5 +145,39 @@ To be added + + + Method + + Gdk.Rectangle + + + + + + Obtains the union of a this and another. + a + a representing the union of the two objects. + The result is the smallest that contains both objects within its boundaries. + + + + + Method + + System.Boolean + + + + + + + Obtains the intersection of a this and another. + a + a representing the intersection of this and the src2 + Returns true if the two objects intersect. + The result is the rectangular region occupied by both source rectanlges. + + - \ No newline at end of file +