Nevron .NET Vision
Nevron.Diagram Namespace / NLinePath Class / NLinePath Constructor / NLinePath Constructor(Single,Single,Single,Single)
start point X
start point Y
end point X
end point Y


In This Topic
    NLinePath Constructor(Single,Single,Single,Single)
    In This Topic
    Creates a new line with the specified coordinates
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal startX As System.Single, _
       ByVal startY As System.Single, _
       ByVal endX As System.Single, _
       ByVal endY As System.Single _
    )
    'Usage
     
    
    Dim startX As System.Single
    Dim startY As System.Single
    Dim endX As System.Single
    Dim endY As System.Single
     
    Dim instance As New NLinePath(startX, startY, endX, endY)
    public NLinePath( 
       System.float startX,
       System.float startY,
       System.float endX,
       System.float endY
    )

    Parameters

    startX
    start point X
    startY
    start point Y
    endX
    end point X
    endY
    end point Y
    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