FEllipseGetCoordinateAtAngle Method

Return a coordinate of the edge of the shape at the specified angle.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint GetCoordinateAtAngle(
	FEllipse ellipse,
	float angle
)

Parameters

ellipse  FEllipse
Reference to the ellipse whose edge coordinate will be found.
angle  Single
The angle from center at which to find the coordinate, in radians.

Return Value

FPoint
Reference to a new point representing the coordinate on the edge of the ellipse at the specified angle, if legitimate. Otherwise, an empty point.

See Also