Aspose::Pdf::Point::Distance method

Point::Distance method

Calculates distance between two points.

static double Aspose::Pdf::Point::Distance(const System::SharedPtr<Point> &point1, const System::SharedPtr<Point> &point2)
ParameterTypeDescription
point1const System::SharedPtr<Point>&The first point.
point2const System::SharedPtr<Point>&The second point.

ReturnValue

Distance between two points.

See Also