Code

Applied patch #1503864
[inkscape.git] / src / selection.h
index c78a1fdbb04fd09fa0219768b1addd85a55b062b..be8cd8aff520aac35e2b7e74832eafe644f89637 100644 (file)
@@ -271,6 +271,12 @@ public:
      */
     std::vector<NR::Point> getBBoxPoints() const;
 
+    /**
+     * @return A vector containing the 2 (top-left and bottom-right)
+     * corners of the selection bounding box.
+     */
+    std::vector<NR::Point> Selection::getBBoxPointsOuter() const;
+
     /**
      * @brief Connects a slot to be notified of selection changes
      *