Sparkline for UWP | ComponentOne
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 Point, _
       ByVal p2 As Point _
    ) As Double
    public static double Distance( 
       Point p1,
       Point p2
    )

    Parameters

    p1
    One point.
    p2
    Another point.
    See Also