Gets the angle of the width/height as a vector from the specified destination.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public float AngleTo(
PointF destination
)
Public Function AngleTo (
destination As PointF
) As Single
member AngleTo :
destination : PointF -> float32
Parameters
- destination
- Type: Eto.DrawingPointF
Destination point to determine the angle
Field Value
Type:
SingleThe angle in degrees between this point and
destinationReturn Value
Type:
Single[Missing <returns> documentation for "M:Eto.Drawing.PointF.AngleTo(Eto.Drawing.PointF)"]
See Also