'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 NBezierCurvePath(start, firstControl, secondControl, end)
public NBezierCurvePath( NPointF start, NPointF firstControl, NPointF secondControl, NPointF end )
Parameters
- start
- firstControl
- secondControl
- end