C1.UWP Assembly / C1.Xaml Namespace / Extensions Class / Distance Method
One point.
Another point.

In This Topic
Distance Method
In This Topic
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
 

Parameters

p1
One point.
p2
Another point.
See Also