BoundingBox Constructor (Double, Double, Double, Double) |
create a bounding box defined by four
Doubles
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntaxpublic BoundingBox(
double y1,
double y2,
double x1,
double x2
)
Public Sub New (
y1 As Double,
y2 As Double,
x1 As Double,
x2 As Double
)
public:
BoundingBox(
double y1,
double y2,
double x1,
double x2
)
new :
y1 : float *
y2 : float *
x1 : float *
x2 : float -> BoundingBox
Parameters
- y1
- Type: SystemDouble
Y axis number 1 - y2
- Type: SystemDouble
Y axis number 2 - x1
- Type: SystemDouble
X axis number 1 - x2
- Type: SystemDouble
X axis number 2
See Also