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


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