ComponentOne Basic Library for UWP
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
    public static System.double Distance( 
       Windows.Foundation.Point p1,
       Windows.Foundation.Point p2
    )

    Parameters

    p1
    One point.
    p2
    Another point.
    See Also