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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also