From d7dff8179a36c53c5b16b78cf898541785e250ba Mon Sep 17 00:00:00 2001 From: glimmer07 Date: Sun, 12 Jul 2009 16:59:19 +0000 Subject: [PATCH] Added some requested documentaion. --- src/selection.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/selection.h b/src/selection.h index ecb1ef45e..8eacf0d46 100644 --- a/src/selection.h +++ b/src/selection.h @@ -249,14 +249,16 @@ public: /** * @brief Returns the bounding rectangle of the selection * - * \todo how is this different from bounds()? + * Gives the coordinates in internal format, does not match onscreen guides. + * (0,0 is the upper left corner, not the lower left corner) */ NRRect *boundsInDocument(NRRect *dest, SPItem::BBoxType type = SPItem::APPROXIMATE_BBOX) const; /** * @brief Returns the bounding rectangle of the selection * - * \todo how is this different from bounds()? + * Gives the coordinates in internal format, does not match onscreen guides. + * (0,0 is the upper left corner, not the lower left corner) */ Geom::OptRect boundsInDocument(SPItem::BBoxType type = SPItem::APPROXIMATE_BBOX) const; -- 2.30.2