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 414
054bf567 d17d 294c 4b32 89be2d0baede
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the ClippingBoundary
class as a rectangular clipping boundary.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ClippingBoundary(
double x,
double y,
double width,
double height
)
VB
Public Sub New (
x As Double,
y As Double,
width As Double,
height As Double
)
C++
public:
ClippingBoundary(
double x,
double y,
double width,
double height
)
F#
new :
x : float *
y : float *
width : float *
height : float -> ClippingBoundary
- Double
- Rectangle x-coordinate of the first corner.
- Double
- Rectangle y-coordinate of the first corner.
- Double
- Rectangle width.
- Double
- Rectangle height.
ClippingBoundary Class
ClippingBoundary Overload
netDxf Namespace