Click or drag to resize
Accord.NET (logo)

Hyperrectangle Constructor (Double, Double, Double, Double)

Initializes a new instance of the Hyperrectangle struct.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public Hyperrectangle(
	double x,
	double y,
	double width,
	double height
)
Request Example View Source

Parameters

x
Type: SystemDouble
The x-coordinate of the upper-left corner of the rectangle..
y
Type: SystemDouble
The y-coordinate of the upper-left corner of the rectangle.
width
Type: SystemDouble
The width of the rectangle.
height
Type: SystemDouble
The height of the rectangle.
See Also