'Declaration
Public Function New( _ ByVal startX As System.Double, _ ByVal startY As System.Double, _ ByVal controlX As System.Double, _ ByVal controlY 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 controlX As System.Double Dim controlY As System.Double Dim endX As System.Double Dim endY As System.Double Dim instance As New NQuadraticBezier(startX, startY, controlX, controlY, endX, endY)
Parameters
- startX
- startY
- controlX
- controlY
- endX
- endY