Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPath Class / AddLine Method / AddLine(Single,Single,Single,Single) Method


In This Topic
    AddLine(Single,Single,Single,Single) Method
    In This Topic
    Adds a line to the path
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddLine( _
       ByVal startX As System.Single, _
       ByVal startY As System.Single, _
       ByVal endX As System.Single, _
       ByVal endY As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NPath
    Dim startX As System.Single
    Dim startY As System.Single
    Dim endX As System.Single
    Dim endY As System.Single
     
    instance.AddLine(startX, startY, endX, endY)
    public void AddLine( 
       System.float startX,
       System.float startY,
       System.float endX,
       System.float endY
    )

    Parameters

    startX
    startY
    endX
    endY
    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