Nevron.SmartShapes Namespace / NGeometrySection Class / AddBezierCurveTo Method / AddBezierCurveTo(NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell) Method


AddBezierCurveTo(NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell) Method
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also