ComponentOne FlexGrid for UWP
Distance Method

C1.UWP Assembly > C1.Xaml Namespace > Extensions Class : Distance Method
One point.
Another point.
Returns the distance between the two points
Syntax
'Declaration
 
Public Shared Function Distance( _
   ByVal p1 As Windows.Foundation.Point, _
   ByVal p2 As Windows.Foundation.Point _
) As System.Double
public static System.double Distance( 
   Windows.Foundation.Point p1,
   Windows.Foundation.Point p2
)

Parameters

p1
One point.
p2
Another point.
See Also

Reference

Extensions Class
Extensions Members