'Declaration
Public Function New( _ ByVal x As System.Single, _ ByVal y As System.Single, _ ByVal firstControlX As System.Single, _ ByVal firstControlY As System.Single, _ ByVal secondControlX As System.Single, _ ByVal secondControlY As System.Single _ )
'Usage
Dim x As System.Single Dim y As System.Single Dim firstControlX As System.Single Dim firstControlY As System.Single Dim secondControlX As System.Single Dim secondControlY As System.Single Dim instance As New NBezierCurveToCommand(x, y, firstControlX, firstControlY, secondControlX, secondControlY)
public NBezierCurveToCommand( System.float x, System.float y, System.float firstControlX, System.float firstControlY, System.float secondControlX, System.float secondControlY )
Parameters
- x
- y
- firstControlX
- firstControlY
- secondControlX
- secondControlY