Initializes a new instance of the Rectangle class

Namespace: Lucene.Net.Spatial.Geometry.Shape
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public Rectangle(
	Point2D minPt,
	Point2D maxPt
)
Visual Basic
Public Sub New ( _
	minPt As Point2D, _
	maxPt As Point2D _
)
Visual C++
public:
Rectangle(
	Point2D^ minPt, 
	Point2D^ maxPt
)

Parameters

minPt
Type: Lucene.Net.Spatial.Geometry.Shape..::..Point2D

[Missing <param name="minPt"/> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.Rectangle.#ctor(Lucene.Net.Spatial.Geometry.Shape.Point2D,Lucene.Net.Spatial.Geometry.Shape.Point2D)"]

maxPt
Type: Lucene.Net.Spatial.Geometry.Shape..::..Point2D

[Missing <param name="maxPt"/> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.Rectangle.#ctor(Lucene.Net.Spatial.Geometry.Shape.Point2D,Lucene.Net.Spatial.Geometry.Shape.Point2D)"]

See Also