FEllipseBoundingBox(ListFEllipse) Method
Return the bounding box that contains all of the specified ellipses.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FArea BoundingBox(
List<FEllipse> ellipses
)
Public Shared Function BoundingBox (
ellipses As List(Of FEllipse)
) As FArea
No code example is currently available or this language may not be supported.
- ellipses ListFEllipse
-
Reference to a list of ellipses to enclose.
FArea
Reference to the smallest bounding box that encloses all of the
constituent ellipses, if legitimate. Otherwise, an empty area.