public void AddBezierCurveTo( System.string x, System.string y, System.string firstControlX, System.string firstControlY, System.string secondControlX, System.string secondControlY )
'Declaration
Public Overloads Sub AddBezierCurveTo( _ ByVal x As System.String, _ ByVal y As System.String, _ ByVal firstControlX As System.String, _ ByVal firstControlY As System.String, _ ByVal secondControlX As System.String, _ ByVal secondControlY As System.String _ )
'Usage
Dim instance As NGeometrySection Dim x As System.String Dim y As System.String Dim firstControlX As System.String Dim firstControlY As System.String Dim secondControlX As System.String Dim secondControlY As System.String instance.AddBezierCurveTo(x, y, firstControlX, firstControlY, secondControlX, secondControlY)
Parameters
- x
- y
- firstControlX
- firstControlY
- secondControlX
- secondControlY