This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
1ba75695 2042 3242 7415 96d817c97588
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Obtains the union of a bounding rectangles list.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static BoundingRectangle Union(
IEnumerable<BoundingRectangle> rectangles
)
VB
Public Shared Function Union (
rectangles As IEnumerable(Of BoundingRectangle)
) As BoundingRectangle
C++
public:
static BoundingRectangle^ Union(
IEnumerable<BoundingRectangle^>^ rectangles
)
F#
static member Union :
rectangles : IEnumerable<BoundingRectangle> -> BoundingRectangle
- IEnumerable(BoundingRectangle)
- A list of bounding rectangles.
BoundingRectangle
The resulting bounding rectangle.