Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NEllipse Structure / PointFromAngle Method
angle (in radians), measured from the major ellipse axis


In This Topic
    PointFromAngle Method (NEllipse)
    In This Topic
    Gets the point on the ellipse 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 NEllipse
    Dim angle As System.Double
    Dim value As NPoint
     
    value = instance.PointFromAngle(angle)
    public NPoint PointFromAngle( 
       System.double angle
    )

    Parameters

    angle
    angle (in radians), measured from the major ellipse axis

    Return Value

    point on the ellipse 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