Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / CircularArcTo Method / CircularArcTo(NPoint,Double) Method
end point
distance from the arc's midpoint to the midpoint of its chord.


In This Topic
    CircularArcTo(NPoint,Double) Method
    In This Topic
    Draws a bowed arc to the specified point
    Syntax
    'Declaration
     
    
    Public Overloads Sub CircularArcTo( _
       ByVal pt As NPoint, _
       ByVal bow As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim pt As NPoint
    Dim bow As System.Double
     
    instance.CircularArcTo(pt, bow)
    public void CircularArcTo( 
       NPoint pt,
       System.double bow
    )

    Parameters

    pt
    end point
    bow
    distance from the arc's midpoint to the midpoint of its chord.
    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