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
d036cbf9 62c6 8e40 4d53 393e29d2f534
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 from two opposite corners.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Wipeout(
Vector2 firstCorner,
Vector2 secondCorner
)VB
Public Sub New (
firstCorner As Vector2,
secondCorner As Vector2
)C++
public:
Wipeout(
Vector2 firstCorner,
Vector2 secondCorner
)F#
new :
firstCorner : Vector2 *
secondCorner : Vector2 -> Wipeout