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


In This Topic
    AddBezier(NPointF,NPointF,NPointF,NPointF) Method
    In This Topic
    Adds a bezier curve to the path
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddBezier( _
       ByVal start As NPointF, _
       ByVal first As NPointF, _
       ByVal second As NPointF, _
       ByVal end As NPointF _
    ) 
    'Usage
     
    
    Dim instance As NPath
    Dim start As NPointF
    Dim first As NPointF
    Dim second As NPointF
    Dim end As NPointF
     
    instance.AddBezier(start, first, second, end)
    public void AddBezier( 
       NPointF start,
       NPointF first,
       NPointF second,
       NPointF end
    )

    Parameters

    start
    first
    second
    end
    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