FEllipseBoundingBox(FEllipse) Method

Return the bounding box of the specified ellipse.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FArea BoundingBox(
	FEllipse ellipse
)

Parameters

ellipse  FEllipse
Reference to the ellipse for which the bounding box will be returned.

Return Value

FArea
Reference to an area containing the specified ellipse, if legitimate. Otherwise, an empty area.

See Also