Click or drag to resize

GdiExtensionMethodsLengthBetween Method

Gets the distance between two points.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double LengthBetween(
	PointF p0,
	PointF p1
)

Parameters

p0  PointF
The first point.
p1  PointF
The second point.

Return Value

Double
The distance between the two points.
See Also