PgSqlLSeg Constructor(PgSqlPoint,PgSqlPoint)
Initializes a new instance of the
PgSqlLSeg structure with the specified start and end
PgSqlPoint values of the line segment.
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.