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 419
ef161067 87db ee5d c66c 88f766260675
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Wipeout
class as a rectangular wipeout.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Wipeout(
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:
Wipeout(
double x,
double y,
double width,
double height
)
F#
new :
x : float *
y : float *
width : float *
height : float -> Wipeout
- Double
- Rectangle x-coordinate of the bottom-left corner in local coordinates.
- Double
- Rectangle y-coordinate of the bottom-left corner in local coordinates.
- Double
- Rectangle width in local coordinates.
- Double
- Rectangle height in local coordinates.