Foxit::RectF Class Reference

Class to represent rectangle area(float) in device or page coordinate. More...

Public Member Functions

 RectF ()
 Default constructor.
 
 RectF (float32 left, float32 top, float32 right, float32 bottom)
 Constructor to initialize a new instance of class Foxit::RectF with specific values.
 

Properties

float32 Left
 The x-coordinate of the left-top corner.
 
float32 Top
 The y-coordinate of the left-top corner.
 
float32 Right
 The x-coordinate of the right-bottom corner.
 
float32 Bottom
 The y-coordinate of the right-bottom corner.
 

Detailed Description

Class to represent rectangle area(float) in device or page coordinate.

Foxit Corporation