Merge "docs: Added missing comma in RectF class description." into qt-dev am: 0c77665c37
am: 12873fe364
Change-Id: If97837f2e2d873d6df72adcf5fbb0c24d9ec5375
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user