public static NRange2D FromTwoPoints( NPoint point1, NPoint point2 )
'Declaration Public Shared Function FromTwoPoints( _ ByVal point1 As NPoint, _ ByVal point2 As NPoint _ ) As NRange2D
'Declaration
Public Shared Function FromTwoPoints( _ ByVal point1 As NPoint, _ ByVal point2 As NPoint _ ) As NRange2D
'Usage Dim point1 As NPoint Dim point2 As NPoint Dim value As NRange2D value = NRange2D.FromTwoPoints(point1, point2)
'Usage
Dim point1 As NPoint Dim point2 As NPoint Dim value As NRange2D value = NRange2D.FromTwoPoints(point1, point2)
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
NRange2D Structure NRange2D Members