The point1.
The point2.
PolarDistance Method
Distance between two Points in polar coordinates
Syntax
public static double PolarDistance( 
   Point point1,
   Point point2
)

Parameters

point1
The point1.
point2
The point2.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also