Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPath Class / AddCircularArc Method / AddCircularArc(Single,Single,Single,Single,Single,Single) Method


In This Topic
    AddCircularArc(Single,Single,Single,Single,Single,Single) Method
    In This Topic
    Adds a circular arc to the path
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddCircularArc( _
       ByVal startX As System.Single, _
       ByVal startY As System.Single, _
       ByVal controlX As System.Single, _
       ByVal controlY As System.Single, _
       ByVal endX As System.Single, _
       ByVal endY As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NPath
    Dim startX As System.Single
    Dim startY As System.Single
    Dim controlX As System.Single
    Dim controlY As System.Single
    Dim endX As System.Single
    Dim endY As System.Single
     
    instance.AddCircularArc(startX, startY, controlX, controlY, endX, endY)
    public void AddCircularArc( 
       System.float startX,
       System.float startY,
       System.float controlX,
       System.float controlY,
       System.float endX,
       System.float endY
    )

    Parameters

    startX
    startY
    controlX
    controlY
    endX
    endY
    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