Initializes a new rectangle [Xmin, Xmax]
x [Ymin, Ymax].
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic RectHV(
double xmin,
double ymin,
double xmax,
double ymax
)
Parameters
- xmin
- Type: SystemDouble
the X-coordinate of the lower-left endpoint - ymin
- Type: SystemDouble
the Y-coordinate of the lower-left endpoint - xmax
- Type: SystemDouble
the X-coordinate of the upper-right endpoint - ymax
- Type: SystemDouble
the Y-coordinate of the upper-right endpoint
Exceptions
See Also