DateTimeEditors for WinRT
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback