dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlPoint Structure / PgSqlPoint Constructor
The specified x coordinate.
The specified y coordinate.

In This Topic
PgSqlPoint Constructor
In This Topic
Initializes a new instance of the PgSqlPoint structure with the specified x and y coordinates.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double _
)
 

Parameters

x
The specified x coordinate.
y
The specified y coordinate.
See Also