Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NCircle Structure / PointFromAngle Method
angle (in radians)


In This Topic
    PointFromAngle Method (NCircle)
    In This Topic
    Gets the point on the circle rim, which corresponds to the specified angle (in radians)
    Syntax
    'Declaration
     
    
    Public Function PointFromAngle( _
       ByVal angle As System.Double _
    ) As NPoint
    'Usage
     
    
    Dim instance As NCircle
    Dim angle As System.Double
    Dim value As NPoint
     
    value = instance.PointFromAngle(angle)
    public NPoint PointFromAngle( 
       System.double angle
    )

    Parameters

    angle
    angle (in radians)

    Return Value

    point on the circle rim
    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