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