Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGeometry Class / CircularArcTo 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


In This Topic
    CircularArcTo Method (NGeometry)
    In This Topic
    Adds a CircularArcTo command
    Syntax
    'Declaration
     
    
    Public Function CircularArcTo( _
       ByVal x As System.Object, _
       ByVal y As System.Object, _
       ByVal controlX As System.Object, _
       ByVal controlY As System.Object _
    ) As NCircularArcTo
    'Usage
     
    
    Dim instance As NGeometry
    Dim x As System.Object
    Dim y As System.Object
    Dim controlX As System.Object
    Dim controlY As System.Object
    Dim value As NCircularArcTo
     
    value = instance.CircularArcTo(x, y, controlX, controlY)
    public NCircularArcTo CircularArcTo( 
       System.object x,
       System.object y,
       System.object controlX,
       System.object controlY
    )

    Parameters

    x
    an fx, formula string or length value
    y
    an fx, formula string or length value
    controlX
    an fx, formula string or length value
    controlY
    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