Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGeometry Class / RelCubicBezierTo Method
an fx, formula string or length value
an fx, formula string or length value
an fx, formula string or length value
an fx, formula string or length value
an fx, formula string or length value
an fx, formula string or length value


In This Topic
    RelCubicBezierTo Method
    In This Topic
    Adds a relative CubicBezierTo command
    Syntax
    'Declaration
     
    
    Public Function RelCubicBezierTo( _
       ByVal x As System.Object, _
       ByVal y As System.Object, _
       ByVal firstControlX As System.Object, _
       ByVal firstControlY As System.Object, _
       ByVal secondControlX As System.Object, _
       ByVal secondControlY As System.Object _
    ) As NCubicBezierTo
    'Usage
     
    
    Dim instance As NGeometry
    Dim x As System.Object
    Dim y As System.Object
    Dim firstControlX As System.Object
    Dim firstControlY As System.Object
    Dim secondControlX As System.Object
    Dim secondControlY As System.Object
    Dim value As NCubicBezierTo
     
    value = instance.RelCubicBezierTo(x, y, firstControlX, firstControlY, secondControlX, secondControlY)
    public NCubicBezierTo RelCubicBezierTo( 
       System.object x,
       System.object y,
       System.object firstControlX,
       System.object firstControlY,
       System.object secondControlX,
       System.object secondControlY
    )

    Parameters

    x
    an fx, formula string or length value
    y
    an fx, formula string or length value
    firstControlX
    an fx, formula string or length value
    firstControlY
    an fx, formula string or length value
    secondControlX
    an fx, formula string or length value
    secondControlY
    an fx, formula string or length value

    Return Value

    the created command
    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