Bug report #3611
Wrong QgsRectangle Class Reference description
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Otto Dassau | ||
Category: | Documentation and Help | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 13670 |
Description
Something is not right in QgsRectangle Class Reference.
xMinimum should be Get the x minimum value (left side of rectangle)
yMaximum should be Get the y maximum value (top side of rectangle).
yMinimum should be Get the y minimum value (bottom side of rectangle).
----
Here are current descriptions with incorrect statements in bold:
double xMaximum () const
Get the x maximum value (right side of rectangle).
double xMinimum () const
Get the x maximum value (right side of rectangle).
double yMaximum () const
Get the x minimum value (left side of rectangle).
double yMinimum () const
Get the y maximum value (top side of rectangle).
Associated revisions
fix #3611
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15483 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #3611
git-svn-id: http://svn.osgeo.org/qgis/trunk@15483 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer over 13 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in 7054a22d (SVN r15484).