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.

In This Topic
    PgSqlBox Constructor(Double,Double,Double,Double)
    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 x1 As Double, _
       ByVal y1 As Double, _
       ByVal x2 As Double, _
       ByVal y2 As Double _
    )
    public PgSqlBox( 
       double x1,
       double y1,
       double x2,
       double y2
    )

    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.
    See Also