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 411
6dc81d5a 1084 f6e7 077d ce03a1dc1095
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 from two opposite corners.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ClippingBoundary(
Vector2 firstCorner,
Vector2 secondCorner
)
VB
Public Sub New (
firstCorner As Vector2,
secondCorner As Vector2
)
C++
public:
ClippingBoundary(
Vector2 firstCorner,
Vector2 secondCorner
)
F#
new :
firstCorner : Vector2 *
secondCorner : Vector2 -> ClippingBoundary
ClippingBoundary Class
ClippingBoundary Overload
netDxf Namespace