dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlBox Structure / PgSqlBox Constructor / PgSqlBox Constructor(PgSqlPoint,PgSqlPoint)
The PgSqlPoint that is the specified upper right corner.
The PgSqlPoint that is the specified lower left corner.

In This Topic
    PgSqlBox Constructor(PgSqlPoint,PgSqlPoint)
    In This Topic
    Initializes a new instance of the PgSqlBox structure with the specified lower left and upper right corners.
    Syntax
    '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.
    See Also