Bug report #3611

Wrong QgsRectangle Class Reference description

Added by mykolas - over 13 years ago. Updated over 13 years ago.

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

Revision 434df035
Added by Jürgen Fischer over 13 years ago

fix #3611

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15483 c8812cc2-4d05-0410-92ff-de0c093fc19c

Revision 7054a22d
Added by Jürgen Fischer over 13 years ago

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).

Also available in: Atom PDF