'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