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


In This Topic
    AddCircularArcTo(String,String,String,String) Method
    In This Topic
    Adds a CircularArcTo command expressed with formulas
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddCircularArcTo( _
       ByVal x As System.String, _
       ByVal y As System.String, _
       ByVal controlX As System.String, _
       ByVal controlY 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
     
    instance.AddCircularArcTo(x, y, controlX, controlY)
    public void AddCircularArcTo( 
       System.string x,
       System.string y,
       System.string controlX,
       System.string controlY
    )

    Parameters

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