Método Aspose::Pdf::Point::Distance
Point::Distance method
Calcula la distancia entre dos puntos.
static double Aspose::Pdf::Point::Distance(const System::SharedPtr<Point> &point1, const System::SharedPtr<Point> &point2)
| Parámetro | Tipo | Descripción |
|---|---|---|
| point1 | const System::SharedPtr<Point>& | El primer punto. |
| point2 | const System::SharedPtr<Point>& | El segundo punto. |
ReturnValue
Distancia entre dos puntos.
Ver también
- Typedef SharedPtr
- Class Point
- Class Point
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++