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; }
Public ReadOnly Property UnitVector As PointF
Get
member UnitVector : PointF with get
Property Value
Type:
PointFThe unit vector equivalent of this point's X and Y coordinates
See Also