'Declaration
Public Overloads Sub AddBezier( _ ByVal startX As System.Single, _ ByVal startY As System.Single, _ ByVal firstX As System.Single, _ ByVal firstY As System.Single, _ ByVal secondX As System.Single, _ ByVal secondY 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 firstX As System.Single Dim firstY As System.Single Dim secondX As System.Single Dim secondY As System.Single Dim endX As System.Single Dim endY As System.Single instance.AddBezier(startX, startY, firstX, firstY, secondX, secondY, endX, endY)
Parameters
- startX
- startY
- firstX
- firstY
- secondX
- secondY
- endX
- endY