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

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(
	double x,
	double y
)
Visual Basic
Public Sub Set ( _
	x As Double, _
	y As Double _
)
Visual C++
public:
void Set(
	double x, 
	double y
)

Parameters

x
Type: System..::..Double

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

y
Type: System..::..Double

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

See Also