dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlBox Structure / LowerLeft Property

On this page
    LowerLeft Property
    On this page
    Gets the x and y coordinates of the lower left corner.
    Syntax
    'Declaration
     
    Public ReadOnly Property LowerLeft As PgSqlPoint
    public PgSqlPoint LowerLeft {get;}

    Property Value

    The PgSqlPoint that is the lower left corner.
    See Also