 | 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
Syntaxpublic Wipeout(
double x,
double y,
double width,
double height
)
Request Example
View SourceParameters
- 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