In This Topic
Returns the distance between the two points
Syntax
'Declaration
Public Shared Function Distance( _
ByVal As Windows.Foundation.Point, _
ByVal As Windows.Foundation.Point _
) As System.Double
public static System.double Distance(
Windows.Foundation.Point ,
Windows.Foundation.Point
)
Parameters
- p1
- One point.
- p2
- Another point.
See Also