Gets the point as a normal vector (perpendicular) to the current point from the origin
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PointF Normal { get; }
Public ReadOnly Property Normal As PointF
Get
member Normal : PointF with get
Property Value
Type:
PointFThe normal vector of this point
See Also