Click or drag to resize

Wipeout Constructor (Vector2, Vector2)

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

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Wipeout(
	Vector2 firstCorner,
	Vector2 secondCorner
)

Parameters

firstCorner
Type: DXFReaderNETVector2
Rectangle firstCorner in local coordinates.
secondCorner
Type: DXFReaderNETVector2
Rectangle secondCorner in local coordinates.
See Also