Click or drag to resize

Wipeout Constructor (Double, Double, Double, Double)

Initializes a new instance of the Wipeout class as a rectangular wipeout.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Wipeout(
	double x,
	double y,
	double width,
	double height
)

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 image local coordinates.
height
Type: SystemDouble
Rectangle height in image local coordinates.
See Also