public NBezierCurveF( NPointF start, NPointF firstControl, NPointF secondControl, NPointF end )
'Declaration
Public Function New( _ ByVal start As NPointF, _ ByVal firstControl As NPointF, _ ByVal secondControl As NPointF, _ ByVal end As NPointF _ )
'Usage
Dim start As NPointF Dim firstControl As NPointF Dim secondControl As NPointF Dim end As NPointF Dim instance As New NBezierCurveF(start, firstControl, secondControl, end)
Parameters
- start
- firstControl
- secondControl
- end