GeometryPosition Constructor (Double, Double)
Creates a new instance of the GeometryPosition from components.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Sub New ( _
x As Double, _
y As Double _
)
'Usage
Dim x As Double
Dim y As Double
Dim instance As New GeometryPosition(x, y)
public GeometryPosition(
double x,
double y
)
public:
GeometryPosition(
double x,
double y
)
new :
x:float *
y:float -> GeometryPosition
public function GeometryPosition(
x : double,
y : double
)
Parameters
- x
Type: System.Double
The X portion of position.
- y
Type: System.Double
The Y portion of position.