Aspose::Pdf::Point::Distance метод
Point::Distance method
Вычисляет расстояние между двумя точками.
static double Aspose::Pdf::Point::Distance(const System::SharedPtr<Point> &point1, const System::SharedPtr<Point> &point2)
| Параметр | Тип | Описание |
|---|---|---|
| point1 | const System::SharedPtr<Point>& | Первая точка. |
| point2 | const System::SharedPtr<Point>& | Вторая точка. |
ReturnValue
Расстояние между двумя точками.
См. также
- Typedef SharedPtr
- Class Point
- Class Point
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++