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 422
7c2f8ee4 2bbd c68d a839 483ad765cde8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new axis aligned bounding rectangle.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public BoundingRectangle(
IEnumerable<Vector2> points
)
VB
Public Sub New (
points As IEnumerable(Of Vector2)
)
C++
public:
BoundingRectangle(
IEnumerable<Vector2>^ points
)
F#
new :
points : IEnumerable<Vector2> -> BoundingRectangle
- IEnumerable(Vector2)
- A list of Vector2.
BoundingRectangle Class
BoundingRectangle Overload
netDxf Namespace