Nevron.GraphicsCore Namespace / NRectangleD Structure / FromTwoPoints Method / FromTwoPoints(NPointD,NPointD) Method


In This Topic
    FromTwoPoints(NPointD,NPointD) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function FromTwoPoints( _
       ByVal point1 As NPointD, _
       ByVal point2 As NPointD _
    ) As NRectangleD
    'Usage
     
    
    Dim point1 As NPointD
    Dim point2 As NPointD
    Dim value As NRectangleD
     
    value = NRectangleD.FromTwoPoints(point1, point2)
    public static NRectangleD FromTwoPoints( 
       NPointD point1,
       NPointD 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