'Declaration
Public Overloads Sub AddBezierCurveTo( _ 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 instance As NGeometrySection 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 instance.AddBezierCurveTo(x, y, firstControlX, firstControlY, secondControlX, secondControlY)
public void AddBezierCurveTo( 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