'Declaration Public Function New( _ ByVal upperRight As PgSqlPoint, _ ByVal lowerLeft As PgSqlPoint _ )
public PgSqlBox( PgSqlPoint upperRight, PgSqlPoint lowerLeft )
Parameters
- upperRight
- The PgSqlPoint that is the specified upper right corner.
- lowerLeft
- The PgSqlPoint that is the specified lower left corner.