Initializes a new instance of the LLRect 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 LLRect(
	LLRect other
)
Visual Basic
Public Sub New ( _
	other As LLRect _
)
Visual C++
public:
LLRect(
	LLRect^ other
)

Parameters

other
Type: Lucene.Net.Spatial.Geometry.Shape..::..LLRect

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

See Also