Distance beetween two PointF

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public static float Distance(
	PointF p1,
	PointF p2
)
Visual Basic (Declaration)
Public Shared Function Distance ( _
	p1 As PointF, _
	p2 As PointF _
) As Single
Visual C++
public:
static float Distance(
	PointF p1, 
	PointF p2
)

Parameters

p1
Type: System.Drawing..::.PointF
PointF 1 (begin point)
p2
Type: System.Drawing..::.PointF
PointF 2 (end point)

Return Value

Distance

See Also