Foxit::PointF Class Reference

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

Public Member Functions

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

Properties

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

Detailed Description

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

Foxit Corporation