Aspose::Pdf::Point::Distance метод

Point::Distance method

Вычисляет расстояние между двумя точками.

static double Aspose::Pdf::Point::Distance(const System::SharedPtr<Point> &point1, const System::SharedPtr<Point> &point2)
ПараметрТипОписание
point1const System::SharedPtr<Point>&Первая точка.
point2const System::SharedPtr<Point>&Вторая точка.

ReturnValue

Расстояние между двумя точками.

См. также