This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
91f9cc13 a374 2715 0b90 9afbf98058a8
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(
Vector2 min,
Vector2 max
)VB
Public Sub New (
min As Vector2,
max As Vector2
)C++
public:
BoundingRectangle(
Vector2 min,
Vector2 max
)F#
new :
min : Vector2 *
max : Vector2 -> BoundingRectangleBoundingRectangle Class
BoundingRectangle Overload
netDxf Namespace