Click or drag to resize

PointUnitVector Property

Gets the current point as a unit vector (a point with a Length of 1.0 from origin 0,0)

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PointF UnitVector { get; }

Property Value

Type: PointF
The unit vector equivalent of this point's X and Y coordinates
See Also