Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / CubicBezierTo Method / CubicBezierTo(NPoint,NPoint,NPoint) Method


In This Topic
    CubicBezierTo(NPoint,NPoint,NPoint) 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 NPoint, _
       ByVal c1 As NPoint, _
       ByVal c2 As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim pt As NPoint
    Dim c1 As NPoint
    Dim c2 As NPoint
     
    instance.CubicBezierTo(pt, c1, c2)
    public void CubicBezierTo( 
       NPoint pt,
       NPoint c1,
       NPoint c2
    )

    Parameters

    pt
    c1
    c2
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also