Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / PaintLine Method / PaintLine(Double,Double,Double,Double) Method


In This Topic
    PaintLine(Double,Double,Double,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub PaintLine( _
       ByVal startX As System.Double, _
       ByVal startY As System.Double, _
       ByVal endX As System.Double, _
       ByVal endY As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim startX As System.Double
    Dim startY As System.Double
    Dim endX As System.Double
    Dim endY As System.Double
     
    instance.PaintLine(startX, startY, endX, endY)
    public void PaintLine( 
       System.double startX,
       System.double startY,
       System.double endX,
       System.double endY
    )

    Parameters

    startX
    startY
    endX
    endY
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also