VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / ArcAnnotationData Class / GetPointOnArc(Single) Method
Syntax Requirements SeeAlso
In This Topic
    GetPointOnArc(Single) Method (ArcAnnotationData)
    In This Topic
    Returns the point rotated by the specified angle along the circumference of the ellipse.
    Syntax
    'Declaration
    
    Public Function GetPointOnArc( _
    ByVal angle
    Angle in degrees.
    As Single _
    ) As System.Drawing.PointF
    public System.Drawing.PointF GetPointOnArc(
    float angle
    )
    public: System.Drawing.PointF GetPointOnArc(
    float angle
    )
    public:
    System.Drawing.PointF GetPointOnArc(
    float angle
    )

    Parameters

    angle
    Angle in degrees.

    Return Value

    Point rotated by the specified angle along the circumference of the ellipse.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also