Returns distance between two points.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function Distance( _ ByVal point1 As PointF, _ ByVal point2 As PointF _ ) As Single |
Parameters
-
point1
-
Type: PointF
The first point.
-
point2
-
Type: PointF
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