dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLSeg Structure / PgSqlLSeg Constructor / PgSqlLSeg Constructor(PgSqlPoint,PgSqlPoint)
The PgSqlPoint that is the specified start point of the line.
The PgSqlPoint that is the specified end point of the line.

In This Topic
PgSqlLSeg Constructor(PgSqlPoint,PgSqlPoint)
In This Topic
Initializes a new instance of the PgSqlLSeg structure with the specified start and end PgSqlPoint values of the line segment.
Syntax
'Declaration
 
Public Function New( _
   ByVal startPoint As PgSqlPoint, _
   ByVal endPoint As PgSqlPoint _
)
 

Parameters

startPoint
The PgSqlPoint that is the specified start point of the line.
endPoint
The PgSqlPoint that is the specified end point of the line.
See Also