CRaPI - Correct Robust and Perfect API

Point2D.MidwayTo Method 

Calculates the position on the middle of the imagined line between two points.

public Point2D MidwayTo(
   Point2D pPoint
);

Parameters

pPoint
The other point

Return Value

A point representing the position on the middle of the imagined line between the two points.

See Also

Point2D Class | TeamYaffa.CRaPI.Utility Namespace