[Missing <summary> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.Point2D.Set(Lucene.Net.Spatial.Geometry.Shape.Point2D)"]

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 void Set(
	Point2D p1
)
Visual Basic
Public Sub Set ( _
	p1 As Point2D _
)
Visual C++
public:
void Set(
	Point2D^ p1
)

Parameters

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

[Missing <param name="p1"/> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.Point2D.Set(Lucene.Net.Spatial.Geometry.Shape.Point2D)"]

See Also