'Declaration Public Function New( _ ByVal startPoint As PgSqlPoint, _ ByVal endPoint As PgSqlPoint _ ) |
public PgSqlLSeg( PgSqlPoint startPoint, PgSqlPoint endPoint ) |
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.