dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlBox Structure / PgSqlBox Constructor / PgSqlBox Constructor(Double,Double,Double,Double)
The specified x coordinate of the lower left corner.
The specified y coordinate of the lower left corner.
The specified x coordinate of the upper right corner.
The specified x coordinate of the upper right corner.

PgSqlBox Constructor(Double,Double,Double,Double)
Initializes a new instance of the PgSqlBox structure with the specified lower left and upper right corners.
Syntax
'Declaration
 
Public Function New( _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double _
)
 

Parameters

x1
The specified x coordinate of the lower left corner.
y1
The specified y coordinate of the lower left corner.
x2
The specified x coordinate of the upper right corner.
y2
The specified x coordinate of the upper right 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