![]() |
|
SignDoc SDK (.NET with exceptions)
5.0.0
|
A point (document coordinates or canvas coordinates depending on context). More...
Public Member Functions | |
| ~Point () | |
| Destructor. More... | |
| !Point () | |
| Finalizer. More... | |
| Point () | |
| Constructor. More... | |
| Point (double aX, double aY) | |
| Constructor. More... | |
| Point (Point aSource) | |
| Copy constructor. More... | |
| double | getX () |
| Get the X coordinate. More... | |
| double | getY () |
| Get the Y coordinate. More... | |
| void | setX (double aX) |
| Set the X coordinate. More... | |
| void | setY (double aY) |
| Set the Y coordinate. More... | |
A point (document coordinates or canvas coordinates depending on context).
See Coordinate Systems.
| ~Point | ( | ) |
Destructor.
| !Point | ( | ) |
Finalizer.
| Point | ( | ) |
Constructor.
All coordinates will be 0.
| Point | ( | double | aX, |
| double | aY | ||
| ) |
Constructor.
| [in] | aX | The X coordinate. |
| [in] | aY | The Y coordinate. |
| double getX | ( | ) |
Get the X coordinate.
| double getY | ( | ) |
Get the Y coordinate.
| void setX | ( | double | aX | ) |
Set the X coordinate.
| [in] | aX | The X coordinate. |
| void setY | ( | double | aY | ) |
Set the Y coordinate.
| [in] | aY | The Y coordinate. |