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)
| Parameter | Type | Description |
|---|---|---|
| point1 | const System::SharedPtr<Point>& | The first point. |
| point2 | const System::SharedPtr<Point>& | The second point. |
ReturnValue
Distance between two points.
See Also
- Typedef SharedPtr
- Class Point
- Class Point
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++