Click or drag to resize

Rectangle Constructor

Initializes a new instance of the Rectangle class

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Rectangle(
	double x1,
	double y1,
	double x2,
	double y2
)

Parameters

x1
Type: SystemDouble
coordinate of any corner of the rectangle
y1
Type: SystemDouble
(see x1)
x2
Type: SystemDouble
coordinate of the opposite corner
y2
Type: SystemDouble
(see x2)
See Also