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

In This Topic
    LengthSquared Property (Vector2D)
    In This Topic
    Gets the 2D vector squared length.
    Syntax
    'Declaration
     
    Public ReadOnly Property LengthSquared As Double
    public double LengthSquared {get;}
    See Also