Aspose::Pdf::Point::Distance metod

Point::Distance method

Beräknar avstånd mellan två punkter.

static double Aspose::Pdf::Point::Distance(const System::SharedPtr<Point> &point1, const System::SharedPtr<Point> &point2)
ParameterTypBeskrivning
point1const System::SharedPtr<Point>&Den första punkten.
point2const System::SharedPtr<Point>&Den andra punkten.

ReturnValue

Avstånd mellan två punkter.

Se även