Nevron.GraphicsCore Namespace / NGraphicsPath Class / AddLineSegment Method / AddLineSegment(Double,Double,Double,Double) Method


AddLineSegment(Double,Double,Double,Double) Method
Syntax
'Declaration
 
Public Overloads Sub AddLineSegment( _
   ByVal startX As System.Double, _
   ByVal startY As System.Double, _
   ByVal endX As System.Double, _
   ByVal endY As System.Double _
) 
 
'Usage
 
Dim instance As NGraphicsPath
Dim startX As System.Double
Dim startY As System.Double
Dim endX As System.Double
Dim endY As System.Double
 
instance.AddLineSegment(startX, startY, endX, 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