PointLengthSquared Property |
Gets the squared length of the point as a vector from origin 0,0.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int LengthSquared { get; }
Public ReadOnly Property LengthSquared As Integer
Get
member LengthSquared : int with get
Property Value
Type:
Int32The length of the squared.
See Also