Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NEllipticalArcTo Class / NEllipticalArcTo Constructor / NEllipticalArcTo Constructor(Object,Object,Object,Object,Object,Object)


In This Topic
    NEllipticalArcTo Constructor(Object,Object,Object,Object,Object,Object)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As System.Object, _
       ByVal y As System.Object, _
       ByVal controlX As System.Object, _
       ByVal controlY As System.Object, _
       ByVal angle As System.Object, _
       ByVal ratio As System.Object _
    )
    'Usage
     
    
    Dim x As System.Object
    Dim y As System.Object
    Dim controlX As System.Object
    Dim controlY As System.Object
    Dim angle As System.Object
    Dim ratio As System.Object
     
    Dim instance As New NEllipticalArcTo(x, y, controlX, controlY, angle, ratio)
    public NEllipticalArcTo( 
       System.object x,
       System.object y,
       System.object controlX,
       System.object controlY,
       System.object angle,
       System.object ratio
    )

    Parameters

    x
    y
    controlX
    controlY
    angle
    ratio
    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