Nevron .NET Vision
Nevron.SmartShapes Namespace / NGeometrySection Class / AddEllipticalArcTo Method / AddEllipticalArcTo(String,String,String,String,String,String) Method


In This Topic
    AddEllipticalArcTo(String,String,String,String,String,String) Method
    In This Topic
    Adds an EllipticalArcTo command expressed with formulas
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddEllipticalArcTo( _
       ByVal x As System.String, _
       ByVal y As System.String, _
       ByVal controlX As System.String, _
       ByVal controlY As System.String, _
       ByVal angle As System.String, _
       ByVal ratio As System.String _
    ) 
    'Usage
     
    
    Dim instance As NGeometrySection
    Dim x As System.String
    Dim y As System.String
    Dim controlX As System.String
    Dim controlY As System.String
    Dim angle As System.String
    Dim ratio As System.String
     
    instance.AddEllipticalArcTo(x, y, controlX, controlY, angle, ratio)
    public void AddEllipticalArcTo( 
       System.string x,
       System.string y,
       System.string controlX,
       System.string controlY,
       System.string angle,
       System.string ratio
    )

    Parameters

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