Returns distance between two points.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function Distance( _ ByVal point1 As DPoint, _ ByVal point2 As DPoint _ ) As Double |
Parameters
-
point1
-
Type: DPoint
The first point.
-
point2
-
Type: DPoint
The second point.
Return Value
double dinstance.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also