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
a3ba3844 f370 a408 3f8b 9e0dc6cf5fa1
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 center,
double width,
double height
)
VB
Public Sub New (
center As Vector2,
width As Double,
height As Double
)
C++
public:
BoundingRectangle(
Vector2 center,
double width,
double height
)
F#
new :
center : Vector2 *
width : float *
height : float -> BoundingRectangle
- Vector2
- Center of the bounding rectangle.
- Double
- Width of the bounding rectangle.
- Double
- Height of the bounding rectangle.
BoundingRectangle Class
BoundingRectangle Overload
netDxf Namespace