Piccolo.NET

PUtil.DistanceBetweenPoints Method 

Returns the geometric distance between the two given points.

public static float DistanceBetweenPoints(
   PointF p1,
   PointF p2
);

Parameters

p1
The first point.
p2
The second point.

Return Value

The distance between p1 and p2.

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility