Class to represent rectangle area(float) in device or page coordinate. More...
Public Member Functions | |
RectF () | |
Default constructor. | |
RectF (float left, float top, float right, float bottom) | |
Constructor to initialize a new instance of class Foxit::RectF with specific values. | |
Properties | |
float | Left |
The x-coordinate of the left-top corner. | |
float | Top |
The y-coordinate of the left-top corner. | |
float | Right |
The x-coordinate of the right-bottom corner. | |
float | Bottom |
The y-coordinate of the right-bottom corner. | |
Class to represent rectangle area(float) in device or page coordinate.