FEllipseBoundingBox(FEllipse) Method
Return the bounding box of the specified ellipse.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FArea BoundingBox(
FEllipse ellipse
)
Public Shared Function BoundingBox (
ellipse As FEllipse
) As FArea
No code example is currently available or this language may not be supported.
- ellipse FEllipse
-
Reference to the ellipse for which the bounding box will be returned.
FArea
Reference to an area containing the specified ellipse, if legitimate.
Otherwise, an empty area.