A point (page coordinates or canvas coordinates). More...
#include <SignDocSDK-cpp.h>
Public Member Functions | |
Point () | |
Constructor. | |
Point (double aX, double aY) | |
Constructor. | |
Point (const Point &aSrc) | |
Copy constructor. | |
~Point () | |
Destructor. | |
void | set (double aX, double aY) |
Set the coordinates of the point. | |
Data Fields | |
double | mX |
The X coordinate. | |
double | mY |
The Y coordinate. |
A point (page coordinates or canvas coordinates).
de::softpro::doc::Point::Point | ( | ) | [inline] |
Constructor.
All coordinates will be 0.
de::softpro::doc::Point::Point | ( | double | aX, |
double | aY | ||
) | [inline] |
Constructor.
[in] | aX | The X coordinate. |
[in] | aY | The Y coordinate. |
de::softpro::doc::Point::Point | ( | const Point & | aSrc ) | [inline] |
Copy constructor.
[in] | aSrc | The object to be copied. |
de::softpro::doc::Point::~Point | ( | ) | [inline] |
Destructor.
void de::softpro::doc::Point::set | ( | double | aX, |
double | aY | ||
) | [inline] |
Set the coordinates of the point.
[in] | aX | The X coordinate. |
[in] | aY | The Y coordinate. |
double de::softpro::doc::Point::mX |
The X coordinate.
double de::softpro::doc::Point::mY |
The Y coordinate.