Click or drag to resize

ClippingBoundary Constructor (Double, Double, Double, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the ClippingBoundary class as a rectangular clipping boundary.

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

Parameters

x
Type: SystemDouble
Rectangle x-coordinate of the first corner.
y
Type: SystemDouble
Rectangle y-coordinate of the first corner.
width
Type: SystemDouble
Rectangle width.
height
Type: SystemDouble
Rectangle height.
See Also