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


In This Topic
    AddEllipticalArcTo(Single,Single,Single,Single,Single,Single) Method
    In This Topic
    Adds an EllipticalArcTo command expressed with constants
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddEllipticalArcTo( _
       ByVal x As System.Single, _
       ByVal y As System.Single, _
       ByVal controlX As System.Single, _
       ByVal controlY As System.Single, _
       ByVal angle As System.Single, _
       ByVal ratio As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NGeometrySection
    Dim x As System.Single
    Dim y As System.Single
    Dim controlX As System.Single
    Dim controlY As System.Single
    Dim angle As System.Single
    Dim ratio As System.Single
     
    instance.AddEllipticalArcTo(x, y, controlX, controlY, angle, ratio)
    public void AddEllipticalArcTo( 
       System.float x,
       System.float y,
       System.float controlX,
       System.float controlY,
       System.float angle,
       System.float 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