Initializes a new instance of the CartesianPoint class
Namespace: Lucene.Net.Spatial.GeometryAssembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)
Syntax
C# |
---|
public CartesianPoint( int x, int y ) |
Visual Basic |
---|
Public Sub New ( _ x As Integer, _ y As Integer _ ) |
Visual C++ |
---|
public: CartesianPoint( int x, int y ) |
Parameters
- x
- Type: System..::..Int32
[Missing <param name="x"/> documentation for "M:Lucene.Net.Spatial.Geometry.CartesianPoint.#ctor(System.Int32,System.Int32)"]
- y
- Type: System..::..Int32
[Missing <param name="y"/> documentation for "M:Lucene.Net.Spatial.Geometry.CartesianPoint.#ctor(System.Int32,System.Int32)"]