Aspose::Pdf::Point::Distance method

Point::Distance method

Calculates distance between two points.

static double Aspose::Pdf::Point::Distance(System::SharedPtr<Point> point1, System::SharedPtr<Point> point2)
ParameterTypeDescription
point1System::SharedPtr<Point>The first point.
point2System::SharedPtr<Point>The second point.

ReturnValue

Distance between two points.

See Also