File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
python/core/auto_generated/geometry Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -229,17 +229,17 @@ Returns true when rectangle contains a point.
229
229
230
230
void combineExtentWith( const QgsRectangle &rect );
231
231
%Docstring
232
- Expand the rectangle so that covers both the original rectangle and the given rectangle.
232
+ Expands the rectangle so that its covers both the original rectangle and the given rectangle.
233
233
%End
234
234
235
235
void combineExtentWith( double x, double y );
236
236
%Docstring
237
- Expand the rectangle so that covers both the original rectangle and the given point.
237
+ Expands the rectangle so that its covers both the original rectangle and the given point.
238
238
%End
239
239
240
240
void combineExtentWith( const QgsPointXY &point );
241
241
%Docstring
242
- Expand the rectangle so that covers both the original rectangle and the given point.
242
+ Expands the rectangle so that its covers both the original rectangle and the given point.
243
243
244
244
.. versionadded:: 3.2
245
245
%End
Original file line number Diff line number Diff line change @@ -219,17 +219,17 @@ class CORE_EXPORT QgsRectangle
219
219
bool contains ( const QgsPointXY &p ) const ;
220
220
221
221
/* *
222
- * Expand the rectangle so that covers both the original rectangle and the given rectangle.
222
+ * Expands the rectangle so that its covers both the original rectangle and the given rectangle.
223
223
*/
224
224
void combineExtentWith ( const QgsRectangle &rect );
225
225
226
226
/* *
227
- * Expand the rectangle so that covers both the original rectangle and the given point.
227
+ * Expands the rectangle so that its covers both the original rectangle and the given point.
228
228
*/
229
229
void combineExtentWith ( double x, double y );
230
230
231
231
/* *
232
- * Expand the rectangle so that covers both the original rectangle and the given point.
232
+ * Expands the rectangle so that its covers both the original rectangle and the given point.
233
233
* \since QGIS 3.2
234
234
*/
235
235
void combineExtentWith ( const QgsPointXY &point );
You can’t perform that action at this time.
0 commit comments