Click or drag to resize

PointFAngleTo Method

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
)

Parameters

destination
Type: Eto.DrawingPointF
Destination point to determine the angle

Field Value

Type: Single
The angle in degrees between this point and destination

Return Value

Type: Single

[Missing <returns> documentation for "M:Eto.Drawing.PointF.AngleTo(Eto.Drawing.PointF)"]

See Also