Foxit::PointF Class Reference

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

Public Member Functions

 PointF ()
 Default constructor.
 
 PointF (float x, float y)
 Constructor to initialize a new instance of class Foxit::PointF with specific values.
 

Properties

float X
 The x-coordinate value.
 
float Y
 The y-coordinate value.
 

Detailed Description

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

Foxit Corporation