public static NPointD MiddlePoint( NPointD p1, NPointD p2 )
'Declaration Public Overloads Shared Function MiddlePoint( _ ByVal p1 As NPointD, _ ByVal p2 As NPointD _ ) As NPointD
'Declaration
Public Overloads Shared Function MiddlePoint( _ ByVal p1 As NPointD, _ ByVal p2 As NPointD _ ) As NPointD
'Usage Dim p1 As NPointD Dim p2 As NPointD Dim value As NPointD value = NGeometry2D.MiddlePoint(p1, p2)
'Usage
Dim p1 As NPointD Dim p2 As NPointD Dim value As NPointD value = NGeometry2D.MiddlePoint(p1, p2)
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
NGeometry2D Class NGeometry2D Members Overload List