diff options
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/selection.h b/src/selection.h index 6996e3ec8..6d403c426 100644 --- a/src/selection.h +++ b/src/selection.h @@ -242,6 +242,11 @@ public: ::NR::Rect boundsInDocument() const; /** + * @brief Returns the rotation/skew center of the selection + */ + ::NR::Point center() const; + + /** * @brief Gets the selection's snap points. * @return Selection's snap points */ |
