'Declaration
Public Function New( _ ByVal startX As System.Double, _ ByVal startY As System.Double, _ ByVal firstControlX As System.Double, _ ByVal firstControlY As System.Double, _ ByVal secondControlX As System.Double, _ ByVal secondControlY As System.Double, _ ByVal endX As System.Double, _ ByVal endY As System.Double _ )
'Usage
Dim startX As System.Double Dim startY As System.Double Dim firstControlX As System.Double Dim firstControlY As System.Double Dim secondControlX As System.Double Dim secondControlY As System.Double Dim endX As System.Double Dim endY As System.Double Dim instance As New NCubicBezier(startX, startY, firstControlX, firstControlY, secondControlX, secondControlY, endX, endY)
public NCubicBezier( System.double startX, System.double startY, System.double firstControlX, System.double firstControlY, System.double secondControlX, System.double secondControlY, System.double endX, System.double endY )
Parameters
- startX
- startY
- firstControlX
- firstControlY
- secondControlX
- secondControlY
- endX
- endY