FEllipseGetCoordinateAtAngle Method
Return a coordinate of the edge of the shape at the specified angle.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint GetCoordinateAtAngle(
FEllipse ellipse,
float angle
)
Public Shared Function GetCoordinateAtAngle (
ellipse As FEllipse,
angle As Single
) As FPoint
No code example is currently available or this language may not be supported.
- 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.
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.