Point2D.DistanceTo (Point2D) Method

Computes the distance to 2D point b.
Public Function DistanceTo( _ 
ByVal b As Point2D
) As Double
This language is not supported or no code example is available.
public double DistanceTo( 
Point2D b 
)
This language is not supported or no code example is available.

Parameters

b
Point2D

The other point

Return Value

double

The distance between this 2D point and b.

.NET Framework

Supported in: 4.8

In this article

Definition