Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsPath Class / CubicBezierTo Method / CubicBezierTo(NPointD,NPointD,NPointD) Method


In This Topic
    CubicBezierTo(NPointD,NPointD,NPointD) Method
    In This Topic
    Draws a cubic bezier from the prev point to the specified point
    Syntax
    'Declaration
     
    
    Public Overloads Sub CubicBezierTo( _
       ByVal pt As NPointD, _
       ByVal c1 As NPointD, _
       ByVal c2 As NPointD _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim pt As NPointD
    Dim c1 As NPointD
    Dim c2 As NPointD
     
    instance.CubicBezierTo(pt, c1, c2)
    public void CubicBezierTo( 
       NPointD pt,
       NPointD c1,
       NPointD c2
    )

    Parameters

    pt
    c1
    c2
    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