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 411
0cc54e5c 64b4 4bc9 aa23 2869b3d9ac96
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Obtains the union between two bounding rectangles.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static BoundingRectangle Union(
BoundingRectangle aabr1,
BoundingRectangle aabr2
)
VB
Public Shared Function Union (
aabr1 As BoundingRectangle,
aabr2 As BoundingRectangle
) As BoundingRectangle
C++
public:
static BoundingRectangle^ Union(
BoundingRectangle^ aabr1,
BoundingRectangle^ aabr2
)
F#
static member Union :
aabr1 : BoundingRectangle *
aabr2 : BoundingRectangle -> BoundingRectangle
- BoundingRectangle
- A bounding rectangle.
- BoundingRectangle
- A bounding rectangle.
BoundingRectangle
The resulting bounding rectangle.