Click or drag to resize

Wipeout Constructor (Double, Double, Double, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Wipeout class as a rectangular wipeout.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Wipeout(
	double x,
	double y,
	double width,
	double height
)
Request Example View Source

Parameters

x
Type: SystemDouble
Rectangle x-coordinate of the bottom-left corner in local coordinates.
y
Type: SystemDouble
Rectangle y-coordinate of the bottom-left corner in local coordinates.
width
Type: SystemDouble
Rectangle width in local coordinates.
height
Type: SystemDouble
Rectangle height in local coordinates.
See Also