[Missing <summary> documentation for "M:Lucene.Net.Spatial.Geometry.CartesianPoint.Translate(System.Int32,System.Int32)"]

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

Syntax

C#
public CartesianPoint Translate(
	int deltaX,
	int deltaY
)
Visual Basic
Public Function Translate ( _
	deltaX As Integer, _
	deltaY As Integer _
) As CartesianPoint
Visual C++
public:
CartesianPoint^ Translate(
	int deltaX, 
	int deltaY
)

Parameters

deltaX
Type: System..::..Int32

[Missing <param name="deltaX"/> documentation for "M:Lucene.Net.Spatial.Geometry.CartesianPoint.Translate(System.Int32,System.Int32)"]

deltaY
Type: System..::..Int32

[Missing <param name="deltaY"/> documentation for "M:Lucene.Net.Spatial.Geometry.CartesianPoint.Translate(System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Spatial.Geometry.CartesianPoint.Translate(System.Int32,System.Int32)"]

See Also