Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

1ba75695 2042 3242 7415 96d817c97588

haplokuon edited this page May 6, 2023 · 1 revision

Union(IEnumerable<BoundingRectangle>) Method

netDxf 3.0.0 Library

Obtains the union of a bounding rectangles list.

Definition

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 

Parameters

  IEnumerable(BoundingRectangle)
A list of bounding rectangles.

Return Value

BoundingRectangle
The resulting bounding rectangle.

See Also

Reference

BoundingRectangle Class
Union Overload
netDxf Namespace

Clone this wiki locally