Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

d036cbf9 62c6 8e40 4d53 393e29d2f534

haplokuon edited this page May 6, 2023 · 1 revision

Wipeout(Vector2, Vector2) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Wipeout class as a rectangular wipeout from two opposite corners.

Definition

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

Parameters

  Vector2
Rectangle firstCorner in local coordinates.
  Vector2
Rectangle secondCorner in local coordinates.

See Also

Reference

Wipeout Class
Wipeout Overload
netDxf.Entities Namespace

Clone this wiki locally