Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPath Class / AddBezier Method / AddBezier(Single,Single,Single,Single,Single,Single,Single,Single) Method


In This Topic
    AddBezier(Single,Single,Single,Single,Single,Single,Single,Single) Method
    In This Topic
    Adds a bezier curve to the path
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddBezier( _
       ByVal startX As System.Single, _
       ByVal startY As System.Single, _
       ByVal firstX As System.Single, _
       ByVal firstY As System.Single, _
       ByVal secondX As System.Single, _
       ByVal secondY As System.Single, _
       ByVal endX As System.Single, _
       ByVal endY As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NPath
    Dim startX As System.Single
    Dim startY As System.Single
    Dim firstX As System.Single
    Dim firstY As System.Single
    Dim secondX As System.Single
    Dim secondY As System.Single
    Dim endX As System.Single
    Dim endY As System.Single
     
    instance.AddBezier(startX, startY, firstX, firstY, secondX, secondY, endX, endY)
    public void AddBezier( 
       System.float startX,
       System.float startY,
       System.float firstX,
       System.float firstY,
       System.float secondX,
       System.float secondY,
       System.float endX,
       System.float endY
    )

    Parameters

    startX
    startY
    firstX
    firstY
    secondX
    secondY
    endX
    endY
    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