Merge "docs: Added missing comma in RectF class description." into qt-dev

am: 0c77665c37

Change-Id: Id587253cf5591c2dcd5ec3e0b317e88aa9c59c3d
This commit is contained in:
Kevin Hufnagle
2019-07-31 18:18:23 -07:00
committed by android-build-merger

View File

@@ -27,7 +27,7 @@ import java.io.PrintWriter;
/**
* RectF holds four float coordinates for a rectangle. The rectangle is
* represented by the coordinates of its 4 edges (left, top, right bottom).
* represented by the coordinates of its 4 edges (left, top, right, bottom).
* These fields can be accessed directly. Use width() and height() to retrieve
* the rectangle's width and height. Note: most methods do not check to see that
* the coordinates are sorted correctly (i.e. left <= right and top <= bottom).