Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRange2DF Structure / FromTwoPoints Method


In This Topic
    FromTwoPoints Method (NRange2DF)
    In This Topic
    Creates a normalized 2D range from two points.
    Syntax
    'Declaration
     
    
    Public Shared Function FromTwoPoints( _
       ByVal point1 As NPointF, _
       ByVal point2 As NPointF _
    ) As NRange2DF
    'Usage
     
    
    Dim point1 As NPointF
    Dim point2 As NPointF
    Dim value As NRange2DF
     
    value = NRange2DF.FromTwoPoints(point1, point2)
    public static NRange2DF FromTwoPoints( 
       NPointF point1,
       NPointF point2
    )

    Parameters

    point1
    point2
    Requirements

    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

    See Also