dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLSeg Structure / PgSqlLSeg Constructor / PgSqlLSeg Constructor(Double,Double,Double,Double)
The specified x coordinate of the start point.
The specified y coordinate of the start point.
The specified x coordinate of the end point.
The specified y coordinate of the end point.

In This Topic
    PgSqlLSeg Constructor(Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of the PgSqlLSeg structure with the specified start and end points of the line segment.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x1 As Double, _
       ByVal y1 As Double, _
       ByVal x2 As Double, _
       ByVal y2 As Double _
    )
    public PgSqlLSeg( 
       double x1,
       double y1,
       double x2,
       double y2
    )

    Parameters

    x1
    The specified x coordinate of the start point.
    y1
    The specified y coordinate of the start point.
    x2
    The specified x coordinate of the end point.
    y2
    The specified y coordinate of the end point.
    See Also