Opened 13 years ago

Closed 13 years ago

#3611 closed bug (fixed)

Wrong QgsRectangle Class Reference description

Reported by: mykolas Owned by: dassau
Priority: minor: annoyance Milestone: Version 1.7.0
Component: Documentation and Help Version: 1.6.0
Keywords: Class Reference, QgsRectangle Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

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

Change History (1)

comment:1 by jef, 13 years ago

Resolution: fixed
Status: newclosed

fixed in r15483.

Note: See TracTickets for help on using tickets.