Returns a middle point between two points.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function Middle( _ ByVal p1 As DPoint, _ ByVal p2 As DPoint _ ) As DPoint |
Parameters
-
p1
-
Type: DPoint
First point
-
p2
-
Type: DPoint
Second point
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also