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 Point Normal { get; }
Public ReadOnly Property Normal As Point
Get
member Normal : Point with get
Property Value
Type:
PointThe normal vector of this point
See Also