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