Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector2D Class / Angle Property

In This Topic
    Angle Property (Vector2D)
    In This Topic
    Gets the angle between the X-axis and the 2D vector.
    Syntax
    'Declaration
     
    Public ReadOnly Property Angle As Double
    public double Angle {get;}

    Property Value

    The angle in radians.
    See Also