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


In This Topic
    AddBezierCurveTo(Single,Single,Single,Single,Single,Single) Method
    In This Topic
    Syntax
    '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
    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