GdiExtensionMethodsLengthBetween Method |
Gets the distance between two points.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double LengthBetween(
PointF p0,
PointF p1
)
Parameters
- p0 PointF
- The first point.
- p1 PointF
- The second point.
Return Value
DoubleThe distance between the two points.
See Also