Point
Overview
Point is a class in Aspose.PDF FOSS for C++.
This class provides 6 methods for working with Point objects in C++ programs.
Available methods include: Distance, Trivial, X, Y.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
X() → double | Calls X on this Point instance. |
X(value: double) | Calls X(value) on this Point instance. |
Y() → double | Calls Y on this Point instance. |
Y(value: double) | Calls Y(value) on this Point instance. |
Distance(point1: Point, point2: Point) → double | Calls Distance(point1, point2) on this Point instance. |
Trivial() → Point | Calls Trivial on this Point instance. |